From 0c87eecbab0ccf0f5acfc06ea9cb916c969bc257 Mon Sep 17 00:00:00 2001 From: Vince Date: Sat, 4 Dec 2021 23:01:58 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 ++-- src/sass/gtk/apps/_gnome-3.22.scss | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 4d2cb4e..2463564 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -181,7 +181,7 @@ $list_shadow: if($variant == 'light', } &:disabled { - &, label { color: transparentize($selected_fg_color, 0.5); } + color: transparentize($selected_fg_color, 0.5); background-color: transparentize($selected_fg_color, 1); border-color: transparentize($selected_fg_color, 0.6); box-shadow: none; @@ -1718,7 +1718,7 @@ headerbar { border-color: darken($selection_mode_bg, 4%); } - button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton) { + button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton):not(.combo) { @include button(undecorated); @extend %selected-button; } diff --git a/src/sass/gtk/apps/_gnome-3.22.scss b/src/sass/gtk/apps/_gnome-3.22.scss index 59f8b20..df06133 100644 --- a/src/sass/gtk/apps/_gnome-3.22.scss +++ b/src/sass/gtk/apps/_gnome-3.22.scss @@ -1712,7 +1712,11 @@ window.background.csd { > headerbar:first-child { @extend %side_headerbar_left; - &.selection-mode { color: $header_fg; } + &.selection-mode { + color: $header_fg; + + > button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton):not(.combo) { @extend %headerbar_buttons; } + } } > headerbar:last-child { @@ -1722,7 +1726,7 @@ window.background.csd { color: $header_fg; border-color: $header_border; - > button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton) { @extend %headerbar_buttons; } + > button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton):not(.combo) { @extend %headerbar_buttons; } } } }