pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
101 stars 32 forks source link

move dark-mode styling into dashboard.css #278

Closed stklcode closed 10 months ago

stklcode commented 1 year ago

Dark mode styling has been added inline using the "doing_dark_mode" hook which is no longer called in current plugin versions.

Include the CSS definition directly into dashboard.css and deprecate the hook for adding inline styles.


resolves #264

However: This does not apply to all "dark-mode" plugins and not even to all themes, because the icon has two different shades of gray and is not affected by most stylings that assume Dashicons are used here. We might prefer a different approach like #277

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication