fix: Apply :hover, :focus and :active only when multiple columns
This commit is contained in:
parent
bc6e958229
commit
d8c4781377
@ -1473,8 +1473,10 @@
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: lighten($ui-base-color, 14%);
|
@media screen and (min-width: 1025px) {
|
||||||
transition: all 100ms linear;
|
background: lighten($ui-base-color, 14%);
|
||||||
|
transition: all 100ms linear;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
Loading…
Reference in New Issue
Block a user