mirror of
https://github.com/penpot/penpot.git
synced 2025-06-19 01:31:39 +02: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)
|
:value (:width values)
|
||||||
:input-props {:type "number"
|
:input-props {:type "number"
|
||||||
:no-validate true
|
:no-validate true
|
||||||
:input-class (stl/css :numeric-input)
|
|
||||||
:min 0.01}}]]
|
:min 0.01}}]]
|
||||||
[:div {:class (stl/css-case :height true
|
[:div {:class (stl/css-case :height true
|
||||||
:disabled disabled-height-sizing?)
|
:disabled disabled-height-sizing?)
|
||||||
|
@ -479,7 +478,6 @@
|
||||||
:value (:height values)
|
:value (:height values)
|
||||||
:input-props {:type "number"
|
:input-props {:type "number"
|
||||||
:no-validate true
|
:no-validate true
|
||||||
:class (stl/css :numeric-input)
|
|
||||||
:min 0.01}}]]
|
:min 0.01}}]]
|
||||||
[:button {:class (stl/css-case
|
[:button {:class (stl/css-case
|
||||||
:lock-size-btn true
|
:lock-size-btn true
|
||||||
|
@ -546,7 +544,6 @@
|
||||||
:position :right
|
:position :right
|
||||||
:value (:rx values)
|
:value (:rx values)
|
||||||
:input-props {:type "number"
|
:input-props {:type "number"
|
||||||
:class (stl/css :numeric-input)
|
|
||||||
:min 0}}]]
|
:min 0}}]]
|
||||||
|
|
||||||
@radius-multi?
|
@radius-multi?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue