Fix bottom border on headerbar and enforce our text coloring on headerbar window controls.
This ensures our light and dark theme styling of the headerbar remains consistent regardless of the default stylesheet.
This commit is contained in:
parent
2669eca219
commit
ddf4b73c46
1 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,17 @@ window {
|
||||||
& > headerbar, & > headerbar:active {
|
& > headerbar, & > headerbar:active {
|
||||||
background-color: $bg-secondary;
|
background-color: $bg-secondary;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
border-bottom-width: 0; // Unset default styling for headerbar
|
||||||
|
|
||||||
|
&:active windowcontrols button { // Minimize, Maximize, Close buttons when window is active
|
||||||
|
color: $text-color-bright;
|
||||||
|
text-decoration-color: $text-color-bright;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:active) windowcontrols button { // Minimize, Maximize, Close buttons when window is inactive
|
||||||
|
color: $text-color-faded;
|
||||||
|
text-decoration-color: $text-color-faded;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.koto-dialog-container {
|
.koto-dialog-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue