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