Skip to content

Commit

Permalink
scss lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Nov 2, 2023
1 parent fc13dfe commit 9cbf425
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions _dev/css/theme/components/product/_stars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@
&:first-child {
margin-left: 0;
}
}

.star-on,
.star-hover {
background-image: url("../img/icons/star_active.svg");
}

.star-hover {
cursor: pointer;
&.star-on {
background-image: url("../img/icons/star_active.svg");
}
}

.small-stars & {
Expand Down

0 comments on commit 9cbf425

Please sign in to comment.