Skip to content

Commit c986e1a

Browse files
committed
Remove underline when hovering on the link
1 parent 86c7312 commit c986e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/VImageCell/VImageCell.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const { isHidden: shouldBlur } = useSensitiveMedia(props.image)
144144
itemprop="contentUrl"
145145
:title="contextSensitiveTitle"
146146
: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"
147+
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"
148148
:aria-label="contextSensitiveTitle"
149149
@mousedown="sendSelectSearchResultEvent"
150150
>

0 commit comments

Comments
 (0)