mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
Remove commented code.
This commit is contained in:
parent
293aef9085
commit
0de4f9074d
1 changed files with 0 additions and 9 deletions
|
@ -68,18 +68,9 @@
|
||||||
[:div.element-set-content
|
[:div.element-set-content
|
||||||
;; SLIDEBAR FOR ROTATION AND OPACITY
|
;; SLIDEBAR FOR ROTATION AND OPACITY
|
||||||
[:span "Color"]
|
[:span "Color"]
|
||||||
#_(colorpicker (constantly nil))
|
|
||||||
|
|
||||||
(colorpicker {:picker {:width 165 :height 165}
|
(colorpicker {:picker {:width 165 :height 165}
|
||||||
:bar {:width 15 :height 165}
|
:bar {:width 15 :height 165}
|
||||||
:callback on-color-picker-event})
|
:callback on-color-picker-event})
|
||||||
|
|
||||||
#_[:div.element-color-picker
|
|
||||||
[:div.color-picker-body
|
|
||||||
[:img {:src "images/color-gamma.png", :border "none"}]]
|
|
||||||
[:div.color-picker-bar
|
|
||||||
[:div.color-bar-select]
|
|
||||||
[:img {:src "images/color-bar.png", :border "none"}]]]
|
|
||||||
[:div.row-flex
|
[:div.row-flex
|
||||||
[:input#width.input-text
|
[:input#width.input-text
|
||||||
{:placeholder "#"
|
{:placeholder "#"
|
||||||
|
|
Loading…
Add table
Reference in a new issue