toggle icon should not print
-
Just installed your plugin, and so far, my users love it. The only issue is the icon used in the browser to toggle dark mode on and off prints. I solved the issue by adding this to my theme:
/*suppress printing in dark mode*/
@media print { .wp-dark-mode-floating-switch { display: none !important; } }I can’t think of a single use-case where you’d want that icon to print, so I think it should be added to your plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘toggle icon should not print’ is closed to new replies.