geminilabs

Untitled

Sep 24th, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. :is(.glsr-star-rating, .glsr-themed-rating) {
  2.   &::after {
  3.     content: attr(data-rating) "/5";
  4.     margin-inline-start: .25em;
  5.   }
  6.   :not(:first-child) {
  7.     display: none;
  8.   }
  9. }
Add Comment
Please, Sign In to add comment