Add prevent select helper to stop highlighting UI elements on drag with touch devices

This commit is contained in:
Mitchell McCaffrey
2021-06-09 23:25:28 +10:00
parent 8b0ee7075d
commit 21986231fa
4 changed files with 48 additions and 6 deletions
+4
View File
@@ -13,3 +13,7 @@ html {
input[type="checkbox"]:disabled ~ svg {
opacity: 0.1;
}
.no-select div {
user-select: none;
}