mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 15:57:17 +02: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"
|
:margin "0px"
|
||||||
:padding "0px"
|
:padding "0px"
|
||||||
:border "0px"
|
:border "0px"
|
||||||
:resize "none"}
|
:resize "none"
|
||||||
|
:background "transparent"}
|
||||||
(when user-select {:userSelect "auto"})
|
(when user-select {:userSelect "auto"})
|
||||||
(when line-height {:lineHeight line-height})
|
(when line-height {:lineHeight line-height})
|
||||||
(when letter-spacing {:letterSpacing letter-spacing})))))
|
(when letter-spacing {:letterSpacing letter-spacing})))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue