zotero/scss/mac/_item-tree.scss
2021-08-21 06:58:12 -04:00

9 lines
No EOL
183 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;
}
}
}