Gnome-Shell: update dash theme tweaks
This commit is contained in:
@@ -319,35 +319,12 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
}
|
||||
|
||||
/* DASHBOARD */
|
||||
/*
|
||||
#dash {
|
||||
color: $osd_fg_color;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
|
||||
.overview-icon StIcon {
|
||||
color: white;
|
||||
icon-shadow: 0 2px 6px transparentize(black, .6);
|
||||
}
|
||||
icon-shadow: 0 2px 6px transparentize(black, .6);
|
||||
}
|
||||
|
||||
.dash-background {
|
||||
background: $overview_transparent_bg;
|
||||
//box-shadow: 0 2px 8px 0 transparentize(black, .2);
|
||||
}
|
||||
|
||||
.dash-separator { background: $overview_transparent_bg; }
|
||||
|
||||
.show-apps {
|
||||
&:focus,
|
||||
&:checked {
|
||||
.overview-icon {
|
||||
background-color: $overview_transparent_bg;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
.dash-background, .dash-separator { background: $overview_transparent_bg; }
|
||||
|
||||
/* App Grid */
|
||||
// Icon tiles in the app grid
|
||||
|
||||
Reference in New Issue
Block a user