Item Tree: Fix twisty colours on macOS. Closes #2446

This commit is contained in:
Adomas Venčkauskas 2022-03-22 13:57:44 +02:00
parent 5df1017689
commit eab63acab3
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@
.row.selected { .row.selected {
background: #dcdcdc; background: #dcdcdc;
color: initial; color: initial;
.twisty svg {
fill: #888;
}
} }
} }
} }

View file

@ -8,7 +8,7 @@
} }
} }
.focused:not(.highlighted) .twisty svg { .selected:not(.highlighted) .twisty svg {
fill: #fff; fill: #fff;
} }