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