Hover and active classes only for desktop

This commit is contained in:
2020-01-25 14:24:15 +01:00
parent 2d65626e03
commit dd828b3589

View File

@@ -403,6 +403,7 @@ button {
&:focus input, &:focus input,
&:active input { &:active input {
@include desktop {
&#greenCheckbox ~ .border .checkmark { &#greenCheckbox ~ .border .checkmark {
background-color: $dark-green; background-color: $dark-green;
} }
@@ -420,6 +421,7 @@ button {
} }
} }
} }
}
@include mobile { @include mobile {
input, input,