mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Merge pull request #665 from mozilla/dragleave
stop drag target from flickering when dragging over children
This commit is contained in:
@@ -236,6 +236,10 @@ a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.upload-window.ondrag * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.link {
|
||||
color: #0094fb;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user