aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-05-25 17:11:30 +0300
committerHenry Jameson <me@hjkos.com>2020-05-25 17:11:30 +0300
commit0eea5c6b80c1fcd9f99636599e484bac8845e075 (patch)
treecda36e1875b7fec860e380af88254b0b86a958a1
parent500511b41534e051803db8731a6e6315447d5854 (diff)
fix icon changing color
-rw-r--r--src/components/tab_switcher/tab_switcher.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index 129a68b7..479fb686 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -147,8 +147,10 @@
white-space: nowrap;
padding: 6px 1em;
- color: $fallback--text;
- color: var(--tabText, $fallback--text);
+ &, &:active .tab-icon {
+ color: $fallback--text;
+ color: var(--tabText, $fallback--text);
+ }
background-color: $fallback--fg;
background-color: var(--tab, $fallback--fg);