We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bd490 commit 47dc81bCopy full SHA for 47dc81b
app/components/Readme.vue
@@ -150,17 +150,6 @@ function handleClick(event: MouseEvent) {
150
@apply inline i-lucide:external-link rtl-flip ms-1 opacity-50;
151
}
152
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
164
.readme :deep(code) {
165
@apply font-mono;
166
font-size: 0.875em;
0 commit comments