Gnome-shell: Fix color of horizontal workspace switcher

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

View File

@@ -718,7 +718,10 @@ StScrollBar {
spacing: 8px; 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; height: 50px;
background-color: $selected_bg_color; background-color: $selected_bg_color;
color: $selected_fg_color; color: $selected_fg_color;

View File

@@ -663,7 +663,10 @@ StScrollBar {
padding: 0px; padding: 0px;
spacing: 8px; } 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; height: 50px;
background-color: #f7b922; background-color: #f7b922;
color: #f7f7f7; color: #f7f7f7;