GTK4: Customize headerbar inside dialog window

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-03 12:24:42 +01:00
parent 603511fd7f
commit 04b923927c
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -68,6 +68,13 @@ headerbar {
button.toggle { button.toggle {
&:active, &:checked { @extend %button_active; } &:active, &:checked { @extend %button_active; }
} }
.dialog &,
.dialog &:backdrop {
background: $bg_color;
border: 0;
box-shadow: none;
}
} }
/************* /*************