[libadwaita/wip/exalm/stylesheet2: 56/103] stylesheet: Fix calendar style formatting
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet2: 56/103] stylesheet: Fix calendar style formatting
- Date: Fri, 16 Apr 2021 22:38:45 +0000 (UTC)
commit 7ea6add9aa890266a19e1dd9a95b170710af72ad
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]