Fix background of checked stackswitcher button
This commit is contained in:
parent
96615e2470
commit
b581efa418
@ -178,8 +178,6 @@ scale slider {
|
||||
/***************
|
||||
* Header bars *
|
||||
***************/
|
||||
|
||||
.titlebar,
|
||||
headerbar {
|
||||
$_border_color: darken($bg_color, 20%);
|
||||
border-color: $_border_color;
|
||||
@ -197,7 +195,10 @@ headerbar {
|
||||
background-position: left;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
%titlebar,
|
||||
headerbar {
|
||||
stackswitcher button,
|
||||
button.toggle {
|
||||
&:active, &:checked { @extend %button_active; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user