Switcher list fixes

Add missings styles for arrow if app has multiple windows
Fix background color in selected app when browsing their windows
This commit is contained in:
Vladyslav Hroshev
2023-11-12 21:48:00 +02:00
parent 218f5f4214
commit 99b1178abd
+14 -2
View File
@@ -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;