Hover and active classes only for desktop
This commit is contained in:
@@ -403,6 +403,7 @@ button {
|
||||
|
||||
&:focus input,
|
||||
&:active input {
|
||||
@include desktop {
|
||||
&#greenCheckbox ~ .border .checkmark {
|
||||
background-color: $dark-green;
|
||||
}
|
||||
@@ -419,6 +420,7 @@ button {
|
||||
background-color: $dark-blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
|
||||
Reference in New Issue
Block a user