From eab63acab3147b1d543ac3caf195efae82c99a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Tue, 22 Mar 2022 13:57:44 +0200 Subject: [PATCH] Item Tree: Fix twisty colours on macOS. Closes #2446 --- scss/mac/_item-tree.scss | 3 +++ scss/mac/_virtualized-table.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; }