From 9cbf425d58ced68fd0649a86b468701198735274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Thu, 2 Nov 2023 03:07:39 +0100 Subject: [PATCH] scss lint fix --- _dev/css/theme/components/product/_stars.scss | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 & {