Skip to content

Commit

Permalink
Merge pull request #24 from cawecoy/bugfix/one-less-star-on-hover
Browse files Browse the repository at this point in the history
Fixing one less star on hover first and second stars
  • Loading branch information
ibrahimBougaoua committed May 2, 2024
2 parents d887edf + e72a8ea commit 17ce7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/actions/rating-star.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class="star-{{ $value }}"
width: 40% !important;
}
.ratings .stars label.star-2:hover~span {
.ratings .stars label.star-1:hover~span {
width: 20% !important;
}
Expand Down

0 comments on commit 17ce7bb

Please sign in to comment.