mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
filter placeholder role so it cannot be selected for invites
This commit is contained in:
@@ -13,8 +13,8 @@ defineProps<{
|
||||
:href="href"
|
||||
:class="
|
||||
twMerge(
|
||||
'contents [&>*]:hover:bg-white/5 [&>*]:transition [&>*]:cursor-pointer [&>*]:border-row-separator [&>*]:border-b',
|
||||
href ? '[&>*]:cursor-pointer' : ''
|
||||
'contents [&>*]:transition [&>*]:border-row-separator [&>*]:border-b',
|
||||
href ? '[&>*]:cursor-pointer [&>*]:hover:bg-white/5' : ''
|
||||
)
|
||||
">
|
||||
<slot></slot>
|
||||
|
||||
Reference in New Issue
Block a user