classic: never show drop shadow for panel icons

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/39
This commit is contained in:
Jonas Kümmerlin
2018-01-28 20:21:24 +01:00
parent f9ad051367
commit 3398e74005
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -1917,6 +1917,8 @@ StScrollBar {
width: 0;
height: 0;
margin: 0; }
#panel .panel-button .system-status-icon {
icon-shadow: none; }
#panel .panel-corner,
#panel .panel-corner:active,
#panel .panel-corner:overview,
+4
View File
@@ -45,6 +45,10 @@ $variant: 'light';
& .system-status-icon { icon-shadow: none; }
}
.app-menu-icon { width: 0; height: 0; margin: 0; } // shell's display:none; :D
.system-status-icon {
icon-shadow: none;
}
}
.panel-corner,