How to add pseudo-class :disabled if you write CSS in Clojure:

[:fieldset {:disabled “”}
[:div.flex-column.padding-bottom-minus-3
[:label.margin-bottom-minus-3 “Itiration”]
[:select.max-width-120.paragraph-light
{:name “iterations”}
[:option {:value “iteration 1”} “Iteration 1”]
[:option {:value “iteration 2”} “Iteration 2”]
[:option {:value “iteration 3”} “Iteration 3”]]]
]

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store