From f8bb3780f45f52aa9d8a8d728b476673d6562b52 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 aa01a0c..1106fda 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 53c32b9..3b94291 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: #c50ed2; color: #f7f7f7;