style: update file UI style

This commit is contained in:
DanyLE 2023-07-18 11:07:57 +02:00 committed by Dany LE
parent a86da11532
commit cbeab0d0f2

View File

@ -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;
} }