Gnome-shell: Remove default border on panel elements on v3.36

This commit is contained in:
EliverLara
2020-04-27 12:16:06 -05:00
parent 5887279545
commit 696fca5bb3
2 changed files with 14 additions and 0 deletions

View File

@@ -846,6 +846,16 @@ StScrollBar {
color: lighten($fg_color, 10%);
&:focus, &:hover, &:active { color: lighten($fg_color, 10%); }
}
// Remove default bottom border
&.clock-display {
&:active, &:overview, &:focus, &:checked {
box-shadow: none;
.clock {
box-shadow: none;
}
}
}
}
.panel-status-indicators-box,