mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +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;
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user