From c313d66977bea45831f54b2a245c26f92cb66702 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 9 Aug 2021 14:27:43 -0500 Subject: [PATCH] Gnome-shell v40: Fix visual glithes in calendar and icon grid --- gnome-shell/v40/_common.scss | 5 +++-- gnome-shell/v40/gnome-shell.css | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gnome-shell/v40/_common.scss b/gnome-shell/v40/_common.scss index 9cca22c..0b43b1b 100644 --- a/gnome-shell/v40/_common.scss +++ b/gnome-shell/v40/_common.scss @@ -902,6 +902,7 @@ StScrollBar { background: transparent; border: none; color: $fg_color; + box-shadow: none; } .calendar, @@ -1570,11 +1571,11 @@ StScrollBar { %icon_tile { color: $selected_fg_color; - padding: 7px 6px; + padding: 6px; border: none; transition-duration: 100ms; text-align: center; - box-shadow: $depth; + box-shadow: none; } /* App Folders */ diff --git a/gnome-shell/v40/gnome-shell.css b/gnome-shell/v40/gnome-shell.css index 60f175b..0ceef8a 100644 --- a/gnome-shell/v40/gnome-shell.css +++ b/gnome-shell/v40/gnome-shell.css @@ -804,7 +804,8 @@ StScrollBar { .calendar, .world-clocks-button, .weather-button, .events-button { background: transparent; border: none; - color: #929ba8; } + color: #929ba8; + box-shadow: none; } .calendar, .datemenu-today-button, @@ -1441,11 +1442,11 @@ StScrollBar { .show-apps .overview-icon, .grid-search-result .overview-icon { color: #f7f7f7; - padding: 7px 6px; + padding: 6px; border: none; transition-duration: 100ms; text-align: center; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } + box-shadow: none; } /* App Folders */ .app-well-app.app-folder {