Skip to content

Commit 3754142

Browse files
ENGCOM-8245: improve visual counter review with parentheses in blank theme #30108
2 parents c468035 + 45b1db2 commit 3754142

File tree

1 file changed

+14
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Review/web/css/source

1 file changed

+14
-1
lines changed

app/design/frontend/Magento/blank/Magento_Review/web/css/source/_module.less

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,21 @@
1515
// _____________________________________________
1616

1717
& when (@media-common = true) {
18+
.data.switch .counter {
19+
.lib-css(color, @text__color__muted);
20+
21+
&:before {
22+
content: '(';
23+
}
24+
25+
&:after {
26+
content: ')';
27+
}
28+
}
29+
1830
.rating-summary {
1931
.lib-rating-summary();
20-
32+
2133
.rating-result {
2234
margin-left: -5px;
2335
}
@@ -359,3 +371,4 @@
359371
}
360372
}
361373
}
374+

0 commit comments

Comments
 (0)