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:
parent
2b5c236510
commit
f0b8a44bcf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue