mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
57b819ae2d
commit
4b56acb775
10 changed files with 113 additions and 120 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue