Skip to content

Commit

Permalink
fix: tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Nov 28, 2024
1 parent 3f3438f commit 5febe1d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/assets/EvmNativeToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@
</q-tooltip>
</router-link>

<div
class="box--ccip"
@mouseover="isCcipBalloon = true"
@mouseleave="isCcipBalloon = false"
>
<div class="box--ccip">
<custom-router-link
v-if="isShibuyaEvm"
:to="buildCcipBridgePageLink()"
Expand All @@ -61,9 +57,9 @@
/>
</button>
<span class="text--mobile-menu">{{ $t('assets.bridgeToSoneium') }}</span>
<!-- <q-tooltip>
<q-tooltip>
<span class="text--tooltip">{{ $t('assets.bridgeToSoneium') }}</span>
</q-tooltip> -->
</q-tooltip>
</custom-router-link>
<balloon
class="balloon--ccip"
Expand Down

0 comments on commit 5febe1d

Please sign in to comment.