Merge pull request #17 from petercurcio/fix/enabled-toggle-background
Add background-color when toggle is enabled
This commit is contained in:
@@ -605,6 +605,11 @@ img
|
||||
background-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.checkbox-container.is-enabled:after
|
||||
{
|
||||
background-color: var(--bg5-dark);
|
||||
}
|
||||
|
||||
.mod-cta
|
||||
{
|
||||
color: var(--background-secondary-alt) ;
|
||||
|
||||
Reference in New Issue
Block a user