get rid of hover styles on mobile show-likes

This commit is contained in:
Jeff Atwood 2015-07-05 23:04:26 -07:00
parent df55596907
commit ac574039a6
1 changed files with 0 additions and 5 deletions

View File

@ -28,15 +28,10 @@ span.badge-posts {
}
.show-likes {
margin-left: 0;
padding-left: 0;
padding-right: 0;
font-size: inherit;
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
&:hover {
background: dark-light-diff($primary, $secondary, 90%, -65%);
span.badge-posts {color: $primary;}
}
i {
display: none;
}