add row hover design fix

This commit is contained in:
Gregor Vostrak
2024-04-29 19:04:54 +02:00
parent a98e4649e3
commit e7fde0695d

View File

@@ -13,7 +13,7 @@ defineProps<{
:href="href"
:class="
twMerge(
'contents [&>*]:transition [&>*]:border-row-separator [&>*]:border-b',
'contents group [&>*]:transition [&>*]:border-row-separator [&>*]:border-b',
href ? '[&>*]:cursor-pointer [&>*]:hover:bg-white/5' : ''
)
">