[libadwaita/wip/exalm/flat-switcher: 8/9] stylesheet: Special case colors for all flat buttons in header bar




commit 09c005878134329dd313b61595fbeee3e49f12b3
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Apr 28 18:01:36 2021 +0500

    stylesheet: Special case colors for all flat buttons in header bar
    
    Currently we only do it for the GtkWindowControls buttons, but not any
    other buttons that might be there.

 src/stylesheet/widgets/_header-bar.scss | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index 8d9695d..47ed6e6 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -141,6 +141,7 @@ windowcontrols {
 }
 
 // special case hover colors inside a headerbar
+headerbar button.flat,
 headerbar windowcontrols button {
   &:hover {
     @include button(undecorated-hover,$c:darken($headerbar_bg_color,6%));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]