Finished templating. Now it's only a matter of adding more themes!

This commit is contained in:
Eudaimon 2022-07-14 12:22:58 +02:00
parent 837eb5922f
commit 2c3647c2f2
17 changed files with 199 additions and 96 deletions

View file

@ -2362,8 +2362,8 @@ switch {
&:checked {
color: $selected_fg_color;
border-color: $switch_borders_color;
background-color: $switch_bg_color;
border-color: $checkradio_borders_color;
background-color: $checkradio_bg_color;
}
&:disabled {
@ -2694,7 +2694,7 @@ scale {
&:hover { @include button(hover); }
&:active { border-color: $selected_borders_color; }
&:active { border-color: $selected_bg_color; }
&:disabled { @include button(insensitive); }