mirror of
https://github.com/mozilla/send.git
synced 2026-01-15 00:08:19 -05:00
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