From 586f9b0fc9f294a96cbfc7c3e3ef6afa2dc29171 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 21 Aug 2021 15:30:49 -0500 Subject: [PATCH] Gnome-shell: Fix color of horizontal workspace switcher --- gnome-shell/_common.scss | 5 ++++- gnome-shell/gnome-shell.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index eaf1cbb..7d8cdec 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -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; diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index c7e571f..d27ed32 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -663,7 +663,10 @@ StScrollBar { padding: 0px; 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: #00e8b7; color: #f7f7f7;