Skip to content

Commit

Permalink
Merge pull request #13777 from calixteman/xfa_rect
Browse files Browse the repository at this point in the history
XFA - SVG elements mustn't get any pointer events (bug 1721589)
  • Loading branch information
calixteman authored Jul 22, 2021
2 parents 1815800 + b68d210 commit 4860ea4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/xfa_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
pointer-events: none;
}

.xfaLayer svg {
pointer-events: none;
}

.xfaLayer svg * {
pointer-events: none;
}

.xfaLayer a {
color: blue;
}
Expand Down

0 comments on commit 4860ea4

Please sign in to comment.