Fix background of checked stackswitcher button

This commit is contained in:
Daniel Ruiz de Alegría 2021-08-12 21:24:06 +02:00
parent 96615e2470
commit b581efa418

View File

@ -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; }