Merge pull request #13777 from calixteman/xfa_rect

XFA - SVG elements mustn't get any pointer events (bug 1721589)
This commit is contained in:
calixteman 2021-07-22 19:45:29 +02:00 committed by GitHub
commit 4860ea4711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,14 @@
pointer-events: none;
}
.xfaLayer svg {
pointer-events: none;
}
.xfaLayer svg * {
pointer-events: none;
}
.xfaLayer a {
color: blue;
}