[libadwaita/wip/exalm/stylesheet2: 50/97] stylesheet: Fix calendar style formatting




commit d0a0d9e3e8729a7782bbb648c8c8790e906df97c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 23:29:15 2021 +0500

    stylesheet: Fix calendar style formatting

 src/stylesheet/_common.scss | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 5e130d6..b5a53b6 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -3305,21 +3305,15 @@ calendar {
     > button {
       border: none;
       box-shadow: none;
-      background: none;
       border-radius: 0;
-    }
-    > button:backdrop {
-      background: none;
+
+      &, &:backdrop {
+        background: none;
+      }
     }
   }
 
   > grid {
-    > label.day-name {
-    }
-
-    > label.week-number {
-    }
-
     > label.today {
       box-shadow: inset 0px -2px $borders_color;
 
@@ -3338,7 +3332,7 @@ calendar {
     > label.day-number {
       padding: 4px;
 
-      &:selected{
+      &:selected {
         @extend %selected_items;
         border-radius: 3px;
       }
@@ -3348,7 +3342,6 @@ calendar {
       color: gtkalpha(currentColor, 0.3);
     }
   }
-
 }
 
 


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