Skip to content

Commit 47dc81b

Browse files
committed
fix: remove icon in anchor links in text
1 parent 04bd490 commit 47dc81b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/components/Readme.vue

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,6 @@ function handleClick(event: MouseEvent) {
150150
@apply inline i-lucide:external-link rtl-flip ms-1 opacity-50;
151151
}
152152
153-
.readme :deep(a[href^='#']::after) {
154-
/* I don't know what kind of sorcery this is, but it ensures this icon can't wrap to a new line on its own. */
155-
content: '__';
156-
@apply inline i-lucide:link rtl-flip ms-1 opacity-0;
157-
font-size: 0.75em;
158-
}
159-
160-
.readme :deep(a[href^='#']:hover::after) {
161-
@apply opacity-100;
162-
}
163-
164153
.readme :deep(code) {
165154
@apply font-mono;
166155
font-size: 0.875em;

0 commit comments

Comments
 (0)