🐛 Fix hide html options on handoff

This commit is contained in:
Alejandro Alonso 2022-08-19 12:07:11 +02:00 committed by Andrés Moya
parent 36af303850
commit eb797f37a7
3 changed files with 5 additions and 25 deletions

View file

@ -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}