From 897a679723d0fceacc073a3373d3689c347d5974 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Fri, 11 Jun 2021 09:25:14 +0200 Subject: [PATCH] XFA - Don't show outline on focused textfields --- web/xfa_layer_builder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/xfa_layer_builder.css b/web/xfa_layer_builder.css index 48c69b388..7e21fa46a 100644 --- a/web/xfa_layer_builder.css +++ b/web/xfa_layer_builder.css @@ -149,6 +149,7 @@ .xfaTextfield:focus, .xfaSelect:focus { background-color: transparent; + outline: none; } .xfaTextfield,