mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Finished templating. Now it's only a matter of adding more themes!
This commit is contained in:
parent
837eb5922f
commit
2c3647c2f2
17 changed files with 199 additions and 96 deletions
|
|
@ -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); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue