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
@ -42,4 +42,12 @@ afx-app-window[data-id ='files-app-window'] afx-tab-bar[data-id ='path-nav'] afx
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
right: -7px
|
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