mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Remove unused classname
This commit is contained in:
parent
985d8d33ff
commit
9a7c944763
1 changed files with 0 additions and 3 deletions
|
@ -462,7 +462,6 @@
|
|||
:value (:width values)
|
||||
:input-props {:type "number"
|
||||
:no-validate true
|
||||
:input-class (stl/css :numeric-input)
|
||||
:min 0.01}}]]
|
||||
[:div {:class (stl/css-case :height true
|
||||
:disabled disabled-height-sizing?)
|
||||
|
@ -479,7 +478,6 @@
|
|||
:value (:height values)
|
||||
:input-props {:type "number"
|
||||
:no-validate true
|
||||
:class (stl/css :numeric-input)
|
||||
:min 0.01}}]]
|
||||
[:button {:class (stl/css-case
|
||||
:lock-size-btn true
|
||||
|
@ -546,7 +544,6 @@
|
|||
:position :right
|
||||
:value (:rx values)
|
||||
:input-props {:type "number"
|
||||
:class (stl/css :numeric-input)
|
||||
:min 0}}]]
|
||||
|
||||
@radius-multi?
|
||||
|
|
Loading…
Reference in a new issue