mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Gnome-shell v40: Fix visual glithes in calendar and icon grid
This commit is contained in:
@@ -902,6 +902,7 @@ StScrollBar {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar,
|
.calendar,
|
||||||
@@ -1570,11 +1571,11 @@ StScrollBar {
|
|||||||
|
|
||||||
%icon_tile {
|
%icon_tile {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
padding: 7px 6px;
|
padding: 6px;
|
||||||
border: none;
|
border: none;
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: $depth;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* App Folders */
|
/* App Folders */
|
||||||
|
|||||||
@@ -804,7 +804,8 @@ StScrollBar {
|
|||||||
.calendar, .world-clocks-button, .weather-button, .events-button {
|
.calendar, .world-clocks-button, .weather-button, .events-button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #929ba8; }
|
color: #929ba8;
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
.calendar,
|
.calendar,
|
||||||
.datemenu-today-button,
|
.datemenu-today-button,
|
||||||
@@ -1441,11 +1442,11 @@ StScrollBar {
|
|||||||
.show-apps .overview-icon,
|
.show-apps .overview-icon,
|
||||||
.grid-search-result .overview-icon {
|
.grid-search-result .overview-icon {
|
||||||
color: #f7f7f7;
|
color: #f7f7f7;
|
||||||
padding: 7px 6px;
|
padding: 6px;
|
||||||
border: none;
|
border: none;
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
|
box-shadow: none; }
|
||||||
|
|
||||||
/* App Folders */
|
/* App Folders */
|
||||||
.app-well-app.app-folder {
|
.app-well-app.app-folder {
|
||||||
|
|||||||
Reference in New Issue
Block a user