Skip to content

Commit

Permalink
fix(#3350): add pointer-events-none for header search-input (#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
RVitaly1978 committed Apr 20, 2023
1 parent 91c421d commit 3f55b9d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/docs/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@
/>
</a>
</NuxtLink>
<span style="font-size: 1rem" class="ml-3 opacity-50" title="will be back in a bit">Search under reassembly 🤖</span>
<!-- <algolia-search class="header__searchbar" />-->
<span
style="font-size: 1rem"
class="ml-3 opacity-50 pointer-events-none"
title="Search under reassembly. Will be back in a bit"
>
Search under reassembly 🤖
</span>
<!-- <algolia-search class="header__searchbar" />-->
</template>
<template #right>
<va-button
Expand Down

0 comments on commit 3f55b9d

Please sign in to comment.