0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 02:32:13 -05:00

💄 Make the text edition textarea transparent.

This commit is contained in:
Andrey Antukh 2020-01-09 13:42:13 +01:00
parent c8298c72ea
commit 83894f9954

View file

@ -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})))))