GTK4: Customize stackswitcher

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-02 18:44:07 +01:00 committed by Daniel Ruiz de Alegría
parent 2f79b4d9bc
commit 0e4a85409e
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -44,4 +44,9 @@ headerbar {
background-position: left;
box-shadow: none;
}
stackswitcher button:checked,
button.toggle {
&:active, &:checked { @extend %button_active; }
}
}