mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 10:37:35 +02:00
🐛 Fix hide html options on handoff
This commit is contained in:
parent
36af303850
commit
eb797f37a7
3 changed files with 5 additions and 25 deletions
|
@ -72,12 +72,7 @@
|
|||
|
||||
[:div.element-options
|
||||
[:div.code-block
|
||||
[:div.code-row-lang
|
||||
[:select.code-selection
|
||||
[:option {:value "css"} "CSS"]
|
||||
#_[:option {:value "sass"} "SASS"]
|
||||
#_[:option {:value "less"} "Less"]
|
||||
#_[:option {:value "stylus"} "Stylus"]]
|
||||
[:div.code-row-lang "CSS"
|
||||
|
||||
[:button.expand-button
|
||||
{:on-click on-expand }
|
||||
|
@ -91,10 +86,7 @@
|
|||
:code style-code}]]]
|
||||
|
||||
[:div.code-block
|
||||
[:div.code-row-lang
|
||||
[:select.code-selection
|
||||
[:option "SVG"]
|
||||
[:option "HTML"]]
|
||||
[:div.code-row-lang "SVG"
|
||||
|
||||
[:button.expand-button
|
||||
{:on-click on-expand}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue