From abc69a1fcb0be73c0c557bc151b75c339430fd99 Mon Sep 17 00:00:00 2001 From: Harsh Varshney <92783708+Iron0utlaw@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:22:30 +0530 Subject: [PATCH] gh-15188: Fixed invisible download progress bar in Library when unselected (gh-15251) Signed-off-by: Harsh Varshney <92783708+Iron0utlaw@users.noreply.github.com> --- src/zen/common/styles/zen-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-theme.css b/src/zen/common/styles/zen-theme.css index 489790e81..b252a263c 100644 --- a/src/zen/common/styles/zen-theme.css +++ b/src/zen/common/styles/zen-theme.css @@ -101,7 +101,7 @@ ) !important; --focus-outline-color: var(--color-accent-primary) !important; - --toolbarbutton-icon-fill-attention: var(--toolbar-color) !important; + --toolbarbutton-icon-fill-attention: var(--toolbar-color, currentColor) !important; --toolbarbutton-icon-fill: currentColor !important; --button-background-color-primary: var(--in-content-primary-button-background) !important;