GTK3: fix stackswitcher-button checked background

This commit is contained in:
Daniel Ruiz de Alegría 2021-07-12 15:25:28 +02:00
parent c369693f33
commit 86ea0ad92c
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -167,7 +167,7 @@ headerbar {
box-shadow: none; box-shadow: none;
} }
stackswitcher button:checked, stackswitcher button,
button.toggle { button.toggle {
&:active, &:checked { @extend %button_active; } &:active, &:checked { @extend %button_active; }
} }