Avoid changing layout on hover
This commit is contained in:
parent
e26e60ce2c
commit
c2c0bae335
1 changed files with 1 additions and 1 deletions
|
@ -156,6 +156,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="http"]::after {
|
a[href^="http"]::after {
|
||||||
|
display: inline-block;
|
||||||
padding: 0 0.1rem;
|
padding: 0 0.1rem;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
content: "🔗";
|
content: "🔗";
|
||||||
|
@ -163,7 +164,6 @@ a[href^="http"]::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="http"]:hover::after {
|
a[href^="http"]:hover::after {
|
||||||
display: inline-block;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue