antos-frontend/src/themes/default/afx-tree-view.css

14 lines
307 B
CSS

afx-tree-view div.afx_tree_item_selected{
background-color: var(--item-bg-active);
color:var(--text-tertiary);
}
afx-tree-view div.afx_tree_item_selected:hover{
background-color: var(--item-bg-active);
color:var(--text-tertiary);
}
afx-tree-view .afx_folder_item{
font-weight: bold;
}