mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 10:41:38 +02:00
fix options border styles
This commit is contained in:
parent
5894f1d268
commit
1ba4419eb0
2 changed files with 10 additions and 8 deletions
|
@ -205,6 +205,7 @@
|
||||||
left: -4px;
|
left: -4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 23px;
|
width: 23px;
|
||||||
|
transition: none;
|
||||||
top: 30%;
|
top: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -87,17 +87,18 @@
|
||||||
[:div.element-set-content
|
[:div.element-set-content
|
||||||
[:span "Style"]
|
[:span "Style"]
|
||||||
[:div.row-flex
|
[:div.row-flex
|
||||||
[:input#width.input-text
|
[:select#style.input-select {:placeholder "Style"
|
||||||
{:placeholder "Width"
|
|
||||||
:type "number"
|
|
||||||
:min "0"
|
|
||||||
:value (:stroke-width shape "")
|
|
||||||
:on-change on-width-change}]
|
|
||||||
[:select#style {:placeholder "Style"
|
|
||||||
:on-change on-stroke-style-change}
|
:on-change on-stroke-style-change}
|
||||||
|
[:option {:value "nil"} "None"]
|
||||||
[:option {:value "nil"} "Solid"]
|
[:option {:value "nil"} "Solid"]
|
||||||
[:option {:value ":dotted"} "Dotted"]
|
[:option {:value ":dotted"} "Dotted"]
|
||||||
[:option {:value ":dashed"} "Dashed"]]]
|
[:option {:value ":dashed"} "Dashed"]]
|
||||||
|
[:input#width.input-text
|
||||||
|
{:placeholder "Width"
|
||||||
|
:type "number"
|
||||||
|
:min "0"
|
||||||
|
:value (:stroke-width shape "")
|
||||||
|
:on-change on-width-change}]]
|
||||||
|
|
||||||
;; SLIDEBAR FOR ROTATION AND OPACITY
|
;; SLIDEBAR FOR ROTATION AND OPACITY
|
||||||
[:span "Color"]
|
[:span "Color"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue