Fix inconsistent link underlining
This commit is contained in:
parent
32b4537e32
commit
b6f84d7c66
@ -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,14 +795,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.mention {
|
&.mention {
|
||||||
&:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user