diff --git a/_dev/css/theme/components/product/_stars.scss b/_dev/css/theme/components/product/_stars.scss index e5682739..51e72a1e 100644 --- a/_dev/css/theme/components/product/_stars.scss +++ b/_dev/css/theme/components/product/_stars.scss @@ -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 & {