XFA - Don't show outline on focused textfields
This commit is contained in:
parent
a3b0596cf2
commit
897a679723
@ -149,6 +149,7 @@
|
||||
.xfaTextfield:focus,
|
||||
.xfaSelect:focus {
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.xfaTextfield,
|
||||
|
Loading…
Reference in New Issue
Block a user