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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user