From 35f0fdf94023a619b53aceeff70c8709faecbf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20=C5=81achan?= Date: Thu, 25 Apr 2024 20:56:03 +0200 Subject: [PATCH] fixes for garmin.com (#12635) Updated selector for challenges progressbar on new Dashboard. Older selectot changed color in all progressbars. --- src/config/dynamic-theme-fixes.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/dynamic-theme-fixes.config b/src/config/dynamic-theme-fixes.config index 401c19e1c2f5..a5b74b0f6739 100644 --- a/src/config/dynamic-theme-fixes.config +++ b/src/config/dynamic-theme-fixes.config @@ -10542,8 +10542,8 @@ CSS span[class*="Carousel_carouselHighlightedDot"] { background-color: ${rgba(0, 0, 0, 0.75)} !important; } -div[class*="ProgressBar_bar__"] { - background: gray !important; +span[class*="Gc5ChallengesCard_progressBar"] div[class*="ProgressBar_bar__"] { + background: ${black} !important; } ================================