mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
remove tooltip
This commit is contained in:
parent
e3a3499346
commit
a25b7667cb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ requires stopPropogation for downstream buttons -->
|
|||
<!-- svelte-ignore a11y_no_noninteractive_element_interactions -->
|
||||
<li class="list-row" onclick={() => {cardExpanded = !cardExpanded}} >
|
||||
<div class="prose prose-sm">
|
||||
<strong class="tooltip" data-tip="user ID">
|
||||
<strong>
|
||||
{userCard.id}
|
||||
</strong>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue