stop drag target from flickering when dragging over children

This commit is contained in:
Erica Wright 2017-12-08 10:48:32 -05:00
parent 0fe02b18ce
commit a2e745a349
No known key found for this signature in database
GPG Key ID: D9F2AF9D67D0AAB7
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@ a {
text-align: center;
}
.upload-window.ondrag * {
pointer-events: none;
}
.link {
color: #0094fb;
text-decoration: none;