remove unused class

This commit is contained in:
Christoph Kluge
2025-12-19 16:16:57 +01:00
parent 91b90d033e
commit af7d208c21

View File

@@ -241,10 +241,4 @@
color: #fff;
cursor: grabbing;
}
li.prevent-select {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
</style>