0
Fork 0
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:
Juan de la Cruz 2015-12-16 11:41:52 +01:00 committed by Andrey Antukh
parent d9b5977d02
commit 031874d442

View file

@ -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 %)