mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -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
|
||||
[:input#color-hex.input-text
|
||||
{:placeholder "#"
|
||||
:type "text"
|
||||
:auto-focus true}]
|
||||
:type "text"}]
|
||||
[:input#color-rgb.input-text
|
||||
{:placeholder "RGB"
|
||||
:type "text"
|
||||
:auto-focus true}]]
|
||||
:type "text"}]]
|
||||
[:input#project-btn.btn-primary {:value "+ Add color" :type "submit"}]]
|
||||
[:a.close {:href "#"
|
||||
:on-click #(do (dom/prevent-default %)
|
||||
|
|
Loading…
Add table
Reference in a new issue