Skip to content

Commit c50def4

Browse files
committed
Fix #6898: avoid black rectangle after completion
1 parent d862278 commit c50def4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

form-runner/jvm/src/main/assets/apps/fr/style/form-runner-base.less

+5
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@
172172
.clearfix()
173173
}
174174

175+
input-style-clone {
176+
// Fix black rectangle under text field using text-expander-element after completion
177+
border: none !important;
178+
}
179+
175180
// ***** XForms Controls *******************************************************************************************
176181

177182
// Hide alerts by default

0 commit comments

Comments
 (0)