fx-compat: Restore old row highlight color on macOS

https://github.com/zotero/zotero/pull/2660#issuecomment-1159384470
This commit is contained in:
Abe Jellinek 2022-06-18 17:50:52 -05:00
parent 9c69f73de5
commit d2dbf959b6

View file

@ -105,8 +105,8 @@
} }
&.selected:not(.highlighted) { &.selected:not(.highlighted) {
background-color: highlight; background-color: SelectedItem;
color: highlighttext; color: SelectedItemText;
} }
&.highlighted { &.highlighted {