Compass Hover Link
This file can be imported using:
@import "compass/typography/links/hover-link"
Mixins
view sourcehover-link
=hover-link
text-decoration: none
&:hover, &:focus
text-decoration: underline
@mixin hover-link {
text-decoration: none;
&:hover, &:focus {
text-decoration: underline;
}
}
a link that only has an underline when you hover over it