Fix inconsistent link underlining

This commit is contained in:
Emma Winston 2019-09-07 14:35:33 +01:00
parent 32b4537e32
commit b6f84d7c66
1 changed files with 0 additions and 10 deletions

View File

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