fix: Apply :hover, :focus and :active only when multiple columns

th-downstream
Sorin Davidoi 8 years ago
parent 501a3cf944
commit 9366672d53

@ -1473,8 +1473,10 @@
&:hover,
&:focus,
&:active {
background: lighten($ui-base-color, 14%);
transition: all 100ms linear;
@media screen and (min-width: 1025px) {
background: lighten($ui-base-color, 14%);
transition: all 100ms linear;
}
}
span {

Loading…
Cancel
Save