mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
remove input auto focus
This commit is contained in:
parent
d9b5977d02
commit
031874d442
1 changed files with 2 additions and 4 deletions
|
@ -490,12 +490,10 @@
|
||||||
[:div.row-flex
|
[:div.row-flex
|
||||||
[:input#color-hex.input-text
|
[:input#color-hex.input-text
|
||||||
{:placeholder "#"
|
{:placeholder "#"
|
||||||
:type "text"
|
:type "text"}]
|
||||||
:auto-focus true}]
|
|
||||||
[:input#color-rgb.input-text
|
[:input#color-rgb.input-text
|
||||||
{:placeholder "RGB"
|
{:placeholder "RGB"
|
||||||
:type "text"
|
:type "text"}]]
|
||||||
:auto-focus true}]]
|
|
||||||
[:input#project-btn.btn-primary {:value "+ Add color" :type "submit"}]]
|
[:input#project-btn.btn-primary {:value "+ Add color" :type "submit"}]]
|
||||||
[:a.close {:href "#"
|
[:a.close {:href "#"
|
||||||
:on-click #(do (dom/prevent-default %)
|
:on-click #(do (dom/prevent-default %)
|
||||||
|
|
Loading…
Add table
Reference in a new issue