mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
add row hover design fix
This commit is contained in:
@@ -13,7 +13,7 @@ defineProps<{
|
|||||||
:href="href"
|
:href="href"
|
||||||
:class="
|
:class="
|
||||||
twMerge(
|
twMerge(
|
||||||
'contents [&>*]:transition [&>*]:border-row-separator [&>*]:border-b',
|
'contents group [&>*]:transition [&>*]:border-row-separator [&>*]:border-b',
|
||||||
href ? '[&>*]:cursor-pointer [&>*]:hover:bg-white/5' : ''
|
href ? '[&>*]:cursor-pointer [&>*]:hover:bg-white/5' : ''
|
||||||
)
|
)
|
||||||
">
|
">
|
||||||
|
|||||||
Reference in New Issue
Block a user