Skip to content

Commit 5391b7e

Browse files
ENGCOM-2313: fix #16764 Rating Star issue on Product detail Page. #16766
- Merge Pull Request #16766 from Karlasa/magento2:rating-stars-16764 - Merged commits: 1. dd6b78a
2 parents a305b70 + dd6b78a commit 5391b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/lib/_rating.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
input[type="radio"] {
3939
.lib-visually-hidden();
4040

41-
&:focus,
41+
&:hover,
4242
&:checked {
4343
+ label {
4444
&:before {

0 commit comments

Comments
 (0)