1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #13539 from calixteman/outline

XFA - Don't show outline on focused textfields
This commit is contained in:
calixteman 2021-06-11 09:53:03 +02:00 committed by GitHub
commit 950dcc7e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,7 @@
.xfaTextfield:focus,
.xfaSelect:focus {
background-color: transparent;
outline: none;
}
.xfaTextfield,