[libadwaita/wip/exalm/borderless: 9/16] stylesheet: Specificity bump for view switcher buttons




commit 7f384ba8762c33368acd74b0248422524262f37c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Jul 4 19:02:30 2021 +0500

    stylesheet: Specificity bump for view switcher buttons
    
    Allow them to be placed into action bars and toolbars with no broken
    margins in future.

 src/stylesheet/widgets/_view-switcher.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_view-switcher.scss b/src/stylesheet/widgets/_view-switcher.scss
index c98c14e1..0d14b5c4 100644
--- a/src/stylesheet/widgets/_view-switcher.scss
+++ b/src/stylesheet/widgets/_view-switcher.scss
@@ -1,10 +1,10 @@
 viewswitcher {
-  &, & button {
+  &, & button.toggle {
     margin: 0;
     padding: 0;
   }
 
-  button {
+  button.toggle {
     border-radius: 0;
     border-top: none;
     border-bottom: none;


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