From 99b1178abd6535c6246ac3cf88c0e018ad8de621 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sun, 12 Nov 2023 21:48:00 +0200 Subject: [PATCH] Switcher list fixes Add missings styles for arrow if app has multiple windows Fix background color in selected app when browsing their windows --- theme/gnome-shell_css/osd.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/theme/gnome-shell_css/osd.css b/theme/gnome-shell_css/osd.css index 16f361a..fadc413 100644 --- a/theme/gnome-shell_css/osd.css +++ b/theme/gnome-shell_css/osd.css @@ -14,19 +14,31 @@ /* alt + tab */ .switcher-list { border-radius: 24px; } -/* ruuning apps in switcher list */ +/* running apps in switcher list */ .switcher-list .item-box { border-radius: 20px; } .switcher-list .item-box:hover, .switcher-list .item-box:focus, -.switcher-list .item-box:selected { +.switcher-list .item-box:selected, +.switcher-list .item-box:outlined { background-color: ACCENT-DISABLED-COLOR; box-shadow: inset 0 0 0 1px BORDER-SHADOW; } +/* arrow if app has multiple windows */ +.switcher-arrow { + color: TEXT-DISABLED-COLOR; + border-color: transparent; +} + +.switcher-arrow:highlighted { + color: TEXT-SECONDARY-COLOR; +} + + /* ctrl + alt + arr_left/arr_right */ .ws-switcher-indicator { background-color: TEXT-SECONDARY-COLOR;