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