1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Force cursor to point, disabled user selection

This commit is contained in:
2024-07-07 16:51:31 +04:00
parent 688ed15939
commit 8d8d7cc7e4

View File

@@ -28,6 +28,8 @@
.menu-item {
display: flex;
align-items: center;
cursor: pointer;
user-select: none;
i {
width: 16px;