classic: never show drop shadow for panel icons
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/39
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user