Gnome-shell: Fix color of horizontal workspace switcher

This commit is contained in:
EliverLara
2021-08-21 15:30:49 -05:00
parent 9e8ef0c3d6
commit 586f9b0fc9
2 changed files with 8 additions and 2 deletions

View File

@@ -718,7 +718,10 @@ StScrollBar {
spacing: 8px;
}
.ws-switcher-active-up, .ws-switcher-active-down {
.ws-switcher-active-up,
.ws-switcher-active-down,
.ws-switcher-active-left,
.ws-switcher-active-right {
height: 50px;
background-color: $selected_bg_color;
color: $selected_fg_color;