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:
commit
950dcc7e9f
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
|||
.xfaTextfield:focus,
|
||||
.xfaSelect:focus {
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.xfaTextfield,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue