0
Fork 0
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:
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 [: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 %)