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 fb492b4 commit a75dabcCopy full SHA for a75dabc
1 file changed
app/components/Readme.vue
@@ -150,11 +150,12 @@ function handleClick(event: MouseEvent) {
150
@apply inline i-lucide:external-link rtl-flip ms-1 opacity-50;
151
}
152
153
- .readme :deep(a[target='_blank']:has(img)) {
154
- /* Hide icon for links containing images */
155
- &::after {
156
- display: none;
157
- }
+.readme :deep(a[target='_blank']:has(img)) {
+ /* Hide icon for links containing images */
+ &::after {
+ display: none;
+ }
158
+}
159
160
.readme :deep(a[href^='#']::after) {
161
/* 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