0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 14:21:42 -05:00

🐛 Fix problem with placeholder in opacity field

This commit is contained in:
alonso.torres 2023-11-14 17:35:37 +01:00
parent 6c003a4f24
commit e1bbf96766
2 changed files with 2 additions and 1 deletions

View file

@ -251,7 +251,7 @@
"%"]
[:> numeric-input* {:value (-> color :opacity opacity->string)
:className (stl/css :opacity-input)
:placeholder (tr "settings.multiple")
:placeholder "--"
:select-on-focus select-on-focus
:on-focus on-focus
:on-blur on-blur

View file

@ -118,6 +118,7 @@
width: $s-60;
border-radius: 0 $br-8 $br-8 0;
.opacity-input {
padding: 0;
border-radius: 0 $br-8 $br-8 0;
min-width: $s-28;
}