1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 14:58:21 +09:00

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

This commit is contained in:
Sorin Davidoi 2017-06-10 20:47:07 +02:00
parent bc6e958229
commit d8c4781377

View File

@ -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 {