style: Fixes deprecated compound selectors in sass

- closes #6718

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2775>
This commit is contained in:
Sam Hewitt 2023-05-24 10:12:11 -02:30
parent fa34d30d3e
commit 170ddda919

View File

@ -50,7 +50,7 @@
} }
.pager-button { .pager-button {
@extend .button.flat; @extend .button, .flat;
padding: 0 !important; padding: 0 !important;
height: 32px; height: 32px;
width: 32px; width: 32px;
@ -64,7 +64,7 @@
.calendar-day { .calendar-day {
@extend %numeric; @extend %numeric;
@extend %smaller; @extend %smaller;
@extend .button.flat; @extend .button, .flat;
border-radius: 99px; border-radius: 99px;
height: 3em !important; height: 3em !important;
@ -97,7 +97,7 @@
} }
&.calendar-today { &.calendar-today {
@extend .button.default; @extend .button, .default;
} }
&.calendar-day-with-events { &.calendar-day-with-events {