Make sure links never have an underline

This commit is contained in:
Toby Zerner 2015-05-18 16:46:44 +09:30
parent 7d67098374
commit 3441002a5b

View File

@ -257,7 +257,7 @@
border-bottom: 1px solid @fl-body-secondary-color;
font-weight: 600;
&:hover {
&:hover, &:focus, &:active {
text-decoration: none;
border-color: @link-hover-color;
}