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