Gnome-shell v40: Fix visual glithes in calendar and icon grid

This commit is contained in:
EliverLara
2021-08-09 14:27:43 -05:00
parent 2392b528ee
commit 9e8ef0c3d6
2 changed files with 7 additions and 5 deletions

View File

@@ -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 {