diff --git a/scss/mac/_item-tree.scss b/scss/mac/_item-tree.scss index 064dbb09a0..74e500a2cf 100644 --- a/scss/mac/_item-tree.scss +++ b/scss/mac/_item-tree.scss @@ -4,6 +4,9 @@ .row.selected { background: #dcdcdc; color: initial; + .twisty svg { + fill: #888; + } } } } \ No newline at end of file diff --git a/scss/mac/_virtualized-table.scss b/scss/mac/_virtualized-table.scss index 0891cf8f43..73c492421c 100644 --- a/scss/mac/_virtualized-table.scss +++ b/scss/mac/_virtualized-table.scss @@ -8,7 +8,7 @@ } } - .focused:not(.highlighted) .twisty svg { + .selected:not(.highlighted) .twisty svg { fill: #fff; }