[libadwaita/wip/exalm/card: 21/27] stylesheet: Fix flat/outline buttons in toolbar popovers




commit b38380df0998ab08bd2e8e41750d45046c4455e9
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 21 14:22:24 2021 +0500

    stylesheet: Fix flat/outline buttons in toolbar popovers

 src/stylesheet/widgets/_toolbars.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 827afc12..b867d6dd 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -79,7 +79,7 @@
 
   // Reset styles for popovers
   popover {
-    button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
+    
button:not(.flat):not(.outline):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
       &.arrow-button,
       &.image-button,
       &.image-text-button {
@@ -87,7 +87,7 @@
       }
     }
 
-    menubutton:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
+    
menubutton:not(.flat):not(.outline):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) 
{
       &.image-button > button {
         @extend %button_basic_raised;
       }


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