fix: formbuilder focused input bg color

This commit is contained in:
Ejaaz Khan 2025-12-11 11:31:47 +05:30
parent c978414da4
commit f8408b3cc7

View file

@ -43,7 +43,7 @@ defineExpose({ focus_on_label });
<div @dblclick="focus_on_label" :title="__('Double click to edit label')">
<input
v-if="editing"
class="input-text"
class="input-text bg-transparent"
ref="input_text"
:disabled="store.read_only"
type="text"