Skip to content

Commit

Permalink
fix: revert 7dd9363
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastemciuc committed Feb 13, 2025
1 parent 7dd9363 commit 72650f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/_rating.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.interactive-star {
transition: transform 0.25s ease;
}
.interactive-star:hover ~ .interactive-star {

.interactive-star:hover, .interactive-star:hover ~ .interactive-star {
transform: scale(1.3);
}

0 comments on commit 72650f1

Please sign in to comment.