fx-compat: Restore old row highlight color on macOS
https://github.com/zotero/zotero/pull/2660#issuecomment-1159384470
This commit is contained in:
parent
9c69f73de5
commit
d2dbf959b6
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected:not(.highlighted) {
|
&.selected:not(.highlighted) {
|
||||||
background-color: highlight;
|
background-color: SelectedItem;
|
||||||
color: highlighttext;
|
color: SelectedItemText;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
|
|
Loading…
Reference in a new issue