avoid orphan external link icon in most browsers
This commit is contained in:
parent
f8e5b47069
commit
7a8860f003
1 changed files with 7 additions and 1 deletions
|
|
@ -102,7 +102,13 @@ main:focus {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
article [href^='http']:not([href*='eleventy-excellent.netlify.app'])::after {
|
||||
article [href^='http']:not([href*='eleventy-excellent.netlify.app']) {
|
||||
padding-inline-end: 0.8em;
|
||||
}
|
||||
|
||||
article
|
||||
[href^='http']:not([href*='eleventy-excellent.netlify.app']):not(.no-indicator)::after {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
inline-size: 1em;
|
||||
block-size: 1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue