no user select on control label

This commit is contained in:
Yuri Kuznetsov
2025-01-30 11:56:09 +02:00
parent 685069a761
commit 3e08e8f166
+4
View File
@@ -504,6 +504,10 @@ input[type="radio"].form-radio {
color: var(--btn-text-color);
}
}
.control-label {
user-select: none;
}
}
/*