Do not underline external link marker on hover (#69)
This commit is contained in:
parent
e4fa7ed89a
commit
77210a9692
1 changed files with 5 additions and 0 deletions
|
@ -167,6 +167,11 @@ a[href^="http"]::after {
|
|||
line-height: 0;
|
||||
}
|
||||
|
||||
a[href^="http"]:hover::after {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue