Make the toggle track visible on all themes

The default toggle track colour was essentially a transparent black. While this works on brighter themes, it didn't work on the now default dark theme. It is now set to a "middle grey" that is visible on all themes (light or dark).
This commit is contained in:
Anthony Lavado 2019-02-03 03:55:29 -05:00
parent 2b5c236510
commit f0b8a44bcf

View file

@ -41,7 +41,7 @@
}
.mdl-switch__track {
background: rgba(0,0,0, 0.2);
background: rgba(255,255,255, 0.2);
height: 1em;
border-radius: 1em;
cursor: pointer;