[#2541] removed file field dataTransfer.effectAllowed checks

This commit is contained in:
Gani Georgiev
2023-05-23 21:09:24 +03:00
parent 5bf2f692d8
commit 231ddc9791
35 changed files with 104 additions and 102 deletions
+1 -1
View File
@@ -1144,7 +1144,7 @@ select {
background: var(--baseAlt1Color);
}
}
&.dragover {
&.dragover:not(:has(.dragging)) {
box-shadow: 0px 0px 0px 2px var(--warningColor);
}
}