1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-05-09 07:12:19 +00:00

Fixed tags being user-selectable

This commit is contained in:
2026-04-05 17:52:46 +04:00
parent 399e75809b
commit b031b88512

View File

@@ -3,6 +3,7 @@
.block.tag-presets {
.tag {
cursor: pointer;
user-select: none;
&.is-missing {
opacity: 0.5;