Skip to content

Commit a75dabc

Browse files
committed
close the brackets
1 parent fb492b4 commit a75dabc

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

app/components/Readme.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,12 @@ function handleClick(event: MouseEvent) {
150150
@apply inline i-lucide:external-link rtl-flip ms-1 opacity-50;
151151
}
152152
153-
.readme :deep(a[target='_blank']:has(img)) {
154-
/* Hide icon for links containing images */
155-
&::after {
156-
display: none;
157-
}
153+
.readme :deep(a[target='_blank']:has(img)) {
154+
/* Hide icon for links containing images */
155+
&::after {
156+
display: none;
157+
}
158+
}
158159
159160
.readme :deep(a[href^='#']::after) {
160161
/* 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. */

0 commit comments

Comments
 (0)