diff --git a/templates/standalone/inputs.lucius b/templates/standalone/inputs.lucius index 28a540d6e..4bbb74800 100644 --- a/templates/standalone/inputs.lucius +++ b/templates/standalone/inputs.lucius @@ -250,7 +250,6 @@ input[type="checkbox"]:checked::after { height: 2px; width: 8px; background-color: var(--color-font); - transition: all .2s; } :checked + label { @@ -279,11 +278,6 @@ input[type="checkbox"]:checked::after { pointer-events: none; border: none; } - - [disabled] + label::before, - [disabled] + label::after { - content: none !important; - } } .radio::before {