calendarMenu: Fix several visual issues with calendar and notifications

- drop card style from calendar
- remove focus ability from non-interactive calendar elements
- flesh out the styles for the calendar grid
- fix margin and padding issue with login screen calendar
- update no-notifications icon
- add padding to media player buttons
- catch a couple other minor style papercuts

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2161>
This commit is contained in:
Sam Hewitt 2022-02-07 14:07:54 -03:30 committed by Marge Bot
parent 57b819ae2d
commit 4b56acb775
10 changed files with 113 additions and 120 deletions

View file

@ -46,7 +46,7 @@ $hover_bg_color: if($variant=='light', darken($bg_color, 3%), lighten($bg_color,
$hover_fg_color: if($variant=='light', darken($fg_color, 5%), lighten($fg_color, 7%));
// derived active colors
$active_bg_color: darken($bubble_buttons_color,if($variant=='light', 9%, 2%));
$active_bg_color: darken($bg_color,if($variant=='light', 9%, 5%));
$active_fg_color: darken($fg_color,if($variant=='light', 5%, 3%));
// fonts