diff --git a/static/dark.css b/static/dark.css index 8d456c7..c51bacb 100644 --- a/static/dark.css +++ b/static/dark.css @@ -142,11 +142,6 @@ input[type=checkbox] { position: absolute; left: -9999px; } -label { - -webkit-appearance: push-button; - -moz-appearance: button; - cursor: pointer; } - input[type=checkbox]:checked ~ label::after { content: " Less"; } diff --git a/static/light.css b/static/light.css index 0b22ea2..5819f18 100644 --- a/static/light.css +++ b/static/light.css @@ -142,11 +142,6 @@ input[type=checkbox] { position: absolute; left: -9999px; } -label { - -webkit-appearance: push-button; - -moz-appearance: button; - cursor: pointer; } - input[type=checkbox]:checked ~ label::after { content: " Less"; } diff --git a/stylesrc/base.scss b/stylesrc/base.scss index 06114cc..97a26f5 100644 --- a/stylesrc/base.scss +++ b/stylesrc/base.scss @@ -173,12 +173,6 @@ input[type=checkbox] { position: absolute; left: -9999px; } - -label { - -webkit-appearance: push-button; - -moz-appearance: button; - cursor: pointer; -} input[type=checkbox]:checked ~ label::after{ content:" Less"; }