UI: 2024 Hero component options #103971

Merged
Márton Lente merged 66 commits from ui/2024-hero-options into main 2024-09-24 13:00:31 +02:00
Showing only changes of commit 7a9f2fa589 - Show all commits

View File

@ -135,7 +135,7 @@ button.going-star
// needed because CSS only has a preceded by selector whereas we need a
// succeeded by selector to show shadow for all preceding stars.
display: inline-flex
color: #f5cc27 !important
color: var(--color-text-secondary) !important
@for $i from 1 through 5
.vote-star[data-rating="#{$i}"]