Skip to content

Commit

Permalink
fixes for garmin.com (#12635)
Browse files Browse the repository at this point in the history
Updated selector for challenges progressbar on new Dashboard.

Older selectot changed color in all progressbars.
  • Loading branch information
Myshor committed Apr 25, 2024
1 parent 5a1753d commit 35f0fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/dynamic-theme-fixes.config
Expand Up @@ -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;
}

================================
Expand Down

0 comments on commit 35f0fdf

Please sign in to comment.