[gtk/wip/exalm/polish: 4/8] adwaita: Don't style window menu button anymore



commit c17aa12235fad3c2d1eaef426cf4fcb7fdd3923d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu May 7 00:59:44 2020 +0500

    adwaita: Don't style window menu button anymore
    
    Those were removed with the introduction of GtkWindowControls, no need to
    exclude them from the round style anymore.

 gtk/theme/Adwaita/_common.scss | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 49d68bc1ac..19563f1933 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1359,13 +1359,11 @@ windowcontrols {
 
     @extend %button_basic_flat;
 
-    &:not(.menu) {
-      border-radius: 9999px;
-      padding: 6px;
-      margin: 0 2px;
-      min-width: 0;
-      min-height: 0;
-    }
+    border-radius: 9999px;
+    padding: 6px;
+    margin: 0 2px;
+    min-width: 0;
+    min-height: 0;
 
     &:backdrop { -gtk-icon-shadow: none; }
   }


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