Gnome-Shell: Remove dash border

This commit is contained in:
Daniel Ruiz de Alegría 2020-04-22 04:27:46 +02:00
parent 01f37486a5
commit 3bf39bacbb
3 changed files with 5 additions and 2 deletions

View File

@ -2390,7 +2390,8 @@ StScrollBar {
#dash {
color: white;
background-color: transparent;
border: none; }
border: none;
border-color: transparent; }
#dash .overview-icon StIcon {
color: white;
icon-shadow: rgba(0, 0, 0, 0.7) 0 2px 6px; }

View File

@ -2386,7 +2386,8 @@ StScrollBar {
#dash {
color: white;
background-color: transparent;
border: none; }
border: none;
border-color: transparent; }
#dash .overview-icon StIcon {
color: white;
icon-shadow: rgba(0, 0, 0, 0.7) 0 2px 6px; }

View File

@ -287,6 +287,7 @@ $_osd_color: if($variant=='light', black, white);
color: $osd_fg_color;
background-color: transparent;
border: none;
border-color: transparent;
.overview-icon StIcon {
color: white;