[libadwaita/wip/exalm/buttons-v2: 6/9] stylesheet: Remove a redundant style from notebook arrows




commit 7876b7455e4be593bb4f084e61f0271e0b609c7f
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun May 23 13:43:29 2021 +0500

    stylesheet: Remove a redundant style from notebook arrows

 src/stylesheet/widgets/_notebook.scss | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_notebook.scss b/src/stylesheet/widgets/_notebook.scss
index bf0060d0..89947c47 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -106,7 +106,6 @@ notebook {
 
     > tabs > arrow {
       @extend %button_basic;
-
       @extend %button_basic_flat;
 
       min-height: 16px;
@@ -120,8 +119,6 @@ notebook {
         border-color: transparent;
         box-shadow: none;
       }
-
-      &:disabled { @include button(undecorated); }
     }
 
     > tabs > tab {


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