mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-06 08:36:46 +02:00
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
- ESC (alone) key is now considered as function key for binding (global or application) - Improve app launcher event handling - Convention: Global announcement events are in upper case, local window events is in lower case
14 lines
495 B
CSS
14 lines
495 B
CSS
|
|
afx-tab-bar[dir="row"] afx-list-view > div.list-container > ul > afx-list-item > li.selected
|
|
{
|
|
background-color: var(--background-quaternary);
|
|
color:var(--text-primary);
|
|
border-bottom:2px solid var(--border-tertiary); /* #262626;*/
|
|
}
|
|
|
|
afx-tab-bar[dir="column"] afx-list-view > div.list-container > ul > afx-list-item > li.selected
|
|
{
|
|
background-color: var(--background-quaternary);
|
|
color:var(--text-primary);
|
|
border-right:2px solid var(--border-tertiary); /* #262626;*/
|
|
} |