Merge pull request #665 from mozilla/dragleave

stop drag target from flickering when dragging over children
This commit is contained in:
Danny Coates 2017-12-08 09:18:54 -08:00 committed by GitHub
commit b96d2949f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;