GTK4: Customize headerbar inside dialog window
This commit is contained in:
parent
603511fd7f
commit
04b923927c
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user