mirror of
https://github.com/penpot/penpot.git
synced 2025-03-17 18:21:23 -05:00
💄 Make the text edition textarea transparent.
This commit is contained in:
parent
c8298c72ea
commit
83894f9954
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@
|
|||
:margin "0px"
|
||||
:padding "0px"
|
||||
:border "0px"
|
||||
:resize "none"}
|
||||
:resize "none"
|
||||
:background "transparent"}
|
||||
(when user-select {:userSelect "auto"})
|
||||
(when line-height {:lineHeight line-height})
|
||||
(when letter-spacing {:letterSpacing letter-spacing})))))
|
||||
|
|
Loading…
Add table
Reference in a new issue