XFA - Don't show outline on focused textfields

This commit is contained in:
Calixte Denizet 2021-06-11 09:25:14 +02:00
parent a3b0596cf2
commit 897a679723

View File

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