[libadwaita/wip/exalm/menu-split-buttons: 5/19] stylesheet: Update menu button style




commit 7a01878bb0e11fd3f83df1384f6657b761132a87
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Sep 4 22:38:55 2021 +0500

    stylesheet: Update menu button style
    
    See https://gitlab.gnome.org/GNOME/gtk/-/commit/8b48cf11f9d4fa2916291bfaaed1597b18e6c55e

 src/stylesheet/widgets/_buttons.scss | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index da495f21..1e3da606 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -79,6 +79,15 @@ button {
       }
     }
 
+    &.arrow-button {
+      padding-left: 10px;
+      padding-right: 10px;
+
+      > box {
+        border-spacing: 4px;
+      }
+    }
+
     @at-root %button_basic_drop_active,
     &:drop(active) {
       color: $drop_target_color;
@@ -347,14 +356,6 @@ button.outline {
 }
 
 menubutton {
-  > button > box {
-    border-spacing: 6px;
-  }
-
-  > button.arrow-button > box {
-    border-spacing: 3px;
-  }
-
   &.osd {
     background: none;
     color: inherit;


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