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) {
|
||||
background-color: highlight;
|
||||
color: highlighttext;
|
||||
background-color: SelectedItem;
|
||||
color: SelectedItemText;
|
||||
}
|
||||
|
||||
&.highlighted {
|
||||
|
|
Loading…
Reference in a new issue