From bbea2887f26bb4d7dceca61a759260d8a22b1e5c Mon Sep 17 00:00:00 2001 From: zeppi Date: Mon, 7 Feb 2022 16:54:02 -0500 Subject: [PATCH] fix color override on icons --- static/app-strings.json | 4 ++++ ui/scss/component/_button.scss | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/static/app-strings.json b/static/app-strings.json index d80c31d52..5fa9cd9e9 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2276,5 +2276,9 @@ "Custom Servers": "Custom Servers", "Add A Server": "Add A Server", "Autoplay Next is off.": "Autoplay Next is off.", + "Shuffle is on.": "Shuffle is on.", + "Shuffle is off.": "Shuffle is off.", + "Loop is on.": "Loop is on.", + "Loop is off.": "Loop is off.", "--end--": "--end--" } diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index f2140f2e5..b1b20b593 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -291,7 +291,9 @@ padding: 0 var(--spacing-xxs); .icon { - stroke: var(--color-text-subtitle); + &:not(.color-override) { + stroke: var(--color-text-subtitle); + } } .button__label {