Fix toggle button color for light (and dark/default) theme (#29553)
This commit is contained in:
parent
b43eaa4517
commit
268856d5d9
2 changed files with 13 additions and 4 deletions
|
@ -263,11 +263,11 @@ html {
|
|||
}
|
||||
|
||||
.react-toggle-track {
|
||||
background: $ui-secondary-color;
|
||||
background: $ui-primary-color;
|
||||
}
|
||||
|
||||
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
|
||||
background: darken($ui-secondary-color, 10%);
|
||||
background: lighten($ui-primary-color, 10%);
|
||||
}
|
||||
|
||||
.react-toggle.react-toggle--checked:hover:not(.react-toggle--disabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue