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 86c7312 commit c986e1aCopy full SHA for c986e1a
frontend/src/components/VImageCell/VImageCell.vue
@@ -144,7 +144,7 @@ const { isHidden: shouldBlur } = useSensitiveMedia(props.image)
144
itemprop="contentUrl"
145
:title="contextSensitiveTitle"
146
:href="imageLink"
147
- class="group relative block w-full overflow-hidden rounded-sm text-gray-2 focus-visible:outline-3 focus-visible:outline-offset-4"
+ class="group relative block w-full overflow-hidden rounded-sm text-gray-2 hover:no-underline focus-visible:outline-3 focus-visible:outline-offset-4"
148
:aria-label="contextSensitiveTitle"
149
@mousedown="sendSelectSearchResultEvent"
150
>
0 commit comments