Merge pull request #14 from emmawinston/underlining-bugfix

Fix inconsistent link underlining
This commit is contained in:
Darius Kazemi 2019-09-10 14:00:50 -07:00 committed by GitHub
commit 3a9f0a0e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,12 +324,6 @@
color: $lighter-text-color; color: $lighter-text-color;
font-weight: 500; font-weight: 500;
text-decoration: underline; text-decoration: underline;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
} }
} }
@ -801,13 +795,9 @@
} }
&.mention { &.mention {
&:hover {
text-decoration: none;
span { span {
text-decoration: underline; text-decoration: underline;
} }
}
} }
.fa { .fa {