zotero/scss/mac/_item-tree.scss
2022-03-22 13:57:44 +02:00

12 lines
No EOL
221 B
SCSS

#zotero-items-tree {
// Selected rows when the tree is not the focused element
.virtualized-table:not(:focus) {
.row.selected {
background: #dcdcdc;
color: initial;
.twisty svg {
fill: #888;
}
}
}
}