Skip to content

Commit

Permalink
Merge pull request #48 from flovan/fix-social-count-underline
Browse files Browse the repository at this point in the history
Fix  `.social-count` underline
  • Loading branch information
mdo committed Mar 28, 2015
2 parents 8089993 + 564c14e commit 98a492c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,13 @@
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;

&:hover,
&:active {
text-decoration: none;
}

&:hover {
color: $brand-blue;
text-decoration: none;
cursor: pointer;
}
}
Expand Down

0 comments on commit 98a492c

Please sign in to comment.