fix: formbuilder focused input bg color
This commit is contained in:
parent
c978414da4
commit
f8408b3cc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue