mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
remove input auto focus
This commit is contained in:
committed by
Andrey Antukh
parent
d9b5977d02
commit
031874d442
@@ -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 %)
|
||||
|
||||
Reference in New Issue
Block a user