226-css-theme-toggler
226-css-theme-toggler copied to clipboard
Episode 226 - Build a CSS Theme Toggler from Scratch
In this version of css theme toggler app I've resolved these problems: * Initial ```light``` class is now being added to the body **programmatically**. In the _Fireship's_ version after page...
No comment
I noticed that the you can also click the drop-down elements even when they are not being shown. So I change their z-index so that they are clickable only when...
If you have it set to 'solarized' and reload the window, the text is 'solarize' when it should be 'normalize'.
I tried to create a PR but I don't have permissions 😕 the issue: https://media.giphy.com/media/PhTjbkLmtw4w59NsGY/giphy.mp4 potential solution: ```css .has-dropdown .dropdown { pointer-events: none; } ```