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
@@ -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; }
@@ -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; }