mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 15:41:41 +02:00
♻️ Remove new-css-system from modals
This commit is contained in:
parent
7a3525febc
commit
3f151f16ce
41 changed files with 2359 additions and 4385 deletions
|
@ -30,15 +30,14 @@
|
|||
(when label-text
|
||||
[:label {:for input-id :class-name label-class} label-text])
|
||||
|
||||
[:input
|
||||
{:style {:display "none"
|
||||
:width 0}
|
||||
:id input-id
|
||||
:multiple multi
|
||||
:accept accept
|
||||
:type "file"
|
||||
:ref input-ref
|
||||
:on-change on-files-selected
|
||||
:data-test data-test
|
||||
:aria-label "uploader"}]]))
|
||||
[:input {:style {:display "none"
|
||||
:width 0}
|
||||
:id input-id
|
||||
:multiple multi
|
||||
:accept accept
|
||||
:type "file"
|
||||
:ref input-ref
|
||||
:on-change on-files-selected
|
||||
:data-test data-test
|
||||
:aria-label "uploader"}]]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue