mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-29 01:56:44 +02:00
14 lines
500 B
CSS
14 lines
500 B
CSS
|
|
afx-tab-bar[dir="horizontal"] afx-list-view > div.list-container > ul > afx-list-item > li.selected
|
|
{
|
|
background-color: var(--background-tertiary);
|
|
color:var(--text-primary);
|
|
border-bottom:2px solid var(--border-tertiary); /* #262626;*/
|
|
}
|
|
|
|
afx-tab-bar[dir="vertical"] afx-list-view > div.list-container > ul > afx-list-item > li.selected
|
|
{
|
|
background-color: var(--background-tertiary);
|
|
color:var(--text-primary);
|
|
border-right:2px solid var(--border-tertiary); /* #262626;*/
|
|
} |