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

lolsob-rspec
Sorin Davidoi 2017-06-10 20:47:07 +02:00
parent 501a3cf944
commit 9366672d53
1 changed files with 4 additions and 2 deletions

View File

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