diff --git a/gnome-shell/v40/_common.scss b/gnome-shell/v40/_common.scss index aa7cd81..e371d3a 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 f83b6c0..aace391 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: #98abb2; } + color: #98abb2; + 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 {