Gnome-Shell: fix icon-shadow in dash

This commit is contained in:
Daniel Ruiz de Alegría
2022-04-20 19:55:17 +02:00
parent 7d6f1d12a0
commit 58a21e15e7
3 changed files with 10 additions and 5 deletions
@@ -2918,8 +2918,9 @@ StScrollBar {
/* Dash */
#dash {
color: white;
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
color: white; }
#dash StIcon {
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
.dash-background, .dash-separator {
background: rgba(255, 255, 255, 0.1); }
@@ -2914,8 +2914,9 @@ StScrollBar {
/* Dash */
#dash {
color: white;
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
color: white; }
#dash StIcon {
icon-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
.dash-background, .dash-separator {
background: rgba(255, 255, 255, 0.1); }