Item Tree: Fix twisty colours on macOS. Closes #2446
This commit is contained in:
parent
5df1017689
commit
eab63acab3
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
||||||
.row.selected {
|
.row.selected {
|
||||||
background: #dcdcdc;
|
background: #dcdcdc;
|
||||||
color: initial;
|
color: initial;
|
||||||
|
.twisty svg {
|
||||||
|
fill: #888;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.focused:not(.highlighted) .twisty svg {
|
.selected:not(.highlighted) .twisty svg {
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue