mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
style: update file UI style
This commit is contained in:
parent
a86da11532
commit
cbeab0d0f2
@ -43,3 +43,11 @@ afx-app-window[data-id ='files-app-window'] afx-tab-bar[data-id ='path-nav'] afx
|
||||
color: var(--text-secondary);
|
||||
right: -7px
|
||||
}
|
||||
afx-app-window[data-id ='files-app-window'] afx-tab-bar[data-id ='path-nav'] afx-list-view > div.list-container > ul > afx-list-item > li:hover{
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
afx-app-window[data-id ='files-app-window'] afx-tab-bar[data-id ='path-nav'] afx-list-view > div.list-container > ul > afx-list-item > li.selected {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user