From 400345581ca5fc2054631e12e69850b02238a1ff Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 4 Jul 2021 12:40:34 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index f2b4d310..000cee46 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1542,7 +1542,7 @@ actionbar { } } - button { + button:not(.combo) { @include button(header-normal); &:backdrop { opacity: 0.65; background-image: none; } @@ -1556,7 +1556,7 @@ actionbar { } } - button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton) { + button:not(.flat):not(.combo):not(.suggested-action):not(.destructive-action):not(.titlebutton) { &:hover { @include button(header-hover); transition: $button_transition;