style: Change text styles in calendar popover for better visibility
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3076>
This commit is contained in:
parent
43e45d4b5f
commit
21a6c22fc6
@ -265,10 +265,10 @@
|
||||
// reset
|
||||
@else if $t==undecorated {
|
||||
background-color: transparent;
|
||||
background-color: none;
|
||||
&:insensitive {
|
||||
@include button(insensitive);
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -351,7 +351,6 @@
|
||||
|
||||
@if $flat {
|
||||
@include button(undecorated);
|
||||
box-shadow: none !important;
|
||||
} @else {
|
||||
@include button(normal);
|
||||
}
|
||||
@ -362,7 +361,7 @@
|
||||
&:insensitive {
|
||||
@include button(insensitive);
|
||||
@if $flat {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
.calendar {
|
||||
@include card(flat);
|
||||
margin-top: 0;
|
||||
padding: 0;
|
||||
|
||||
// month header
|
||||
.calendar-month-header {
|
||||
@ -90,13 +91,13 @@
|
||||
}
|
||||
|
||||
&.calendar-other-month {
|
||||
color: transparentize($insensitive_fg_color, 0.7) !important;
|
||||
color: $insensitive_fg_color;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.calendar-today {
|
||||
@extend .button, .default;
|
||||
color: $selected_fg_color; /* override weekends */
|
||||
}
|
||||
|
||||
&.calendar-day-with-events {
|
||||
|
Loading…
Reference in New Issue
Block a user