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,