This commit is contained in:
vinceliuice 2024-10-12 21:00:44 +08:00
parent 64ebafe93f
commit 21b358c999
2 changed files with 17 additions and 6 deletions

View file

@ -38,7 +38,7 @@
border-radius: $button_radius;
padding: 0;
@if $colortype == 'fixed' {
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
color: $window_fg_color;
}
}
@ -48,7 +48,7 @@
border-radius: $button_radius;
@extend %button_basic_flat;
@if $colortype == 'fixed' {
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
@extend %header_button_reset;
}
}

View file

@ -194,13 +194,24 @@ stacksidebar row {
}
}
@if $colortype == 'fixed' {
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
.content-pane {
headerbar {
color: $window_fg_color;
button:not(.suggested-action):not(.destructive-action) {
@extend %header_button_reset;
button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
&,
&.arrow-button,
&.image-button,
&.image-text-button {
@extend %header_button_reset;
}
}
menubutton:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
&.image-button > button {
@extend %header_button_reset;
}
}
entry {
@ -208,7 +219,7 @@ stacksidebar row {
}
windowcontrols {
> button:not(.suggested-action):not(.destructive-action) {
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
@if $window_button == 'mac' {
&.minimize, &.maximize, &.close {
color: transparent;