antos-frontend/src/themes/default/afx-tab-bar.css
Dany LE 147353327b
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
various changes:
- 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
2024-06-24 17:54:10 +02:00

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;*/
}