[libadwaita/wip/exalm/buttons-5: 6/18] stylesheet: Use flat button style for calendar header




commit fb5cc9d43651fac6b2d5406cc8ab3aa59d6a9221
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Jun 10 22:11:49 2021 +0500

    stylesheet: Use flat button style for calendar header

 src/stylesheet/widgets/_calendar.scss | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_calendar.scss b/src/stylesheet/widgets/_calendar.scss
index 89b535e2..7fce9169 100644
--- a/src/stylesheet/widgets/_calendar.scss
+++ b/src/stylesheet/widgets/_calendar.scss
@@ -6,9 +6,7 @@ calendar {
     border-bottom: 1px solid $borders_color;
 
     > button {
-      border: none;
-      background: none;
-      box-shadow: none;
+      @extend %button_basic_flat;
       border-radius: 0;
     }
   }


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