no user select for rating label

This commit is contained in:
2026-07-15 13:56:36 +02:00
parent 24f0ec44ec
commit 9fc8741f9c

View File

@@ -403,6 +403,7 @@
color: rgba(255, 255, 255, 0.4); color: rgba(255, 255, 255, 0.4);
transition: all 0.2s; transition: all 0.2s;
text-transform: uppercase; text-transform: uppercase;
user-select: none;
} }
.item-rating-option input:checked + .item-rating-label.sfw { .item-rating-option input:checked + .item-rating-label.sfw {