Fix issue with hover over affecting tag menu scrolling
authorAdam Dullage <redacted>
Mon, 13 May 2024 12:14:00 +0000 (13:14 +0100)
committerAdam Dullage <redacted>
Mon, 13 May 2024 12:14:00 +0000 (13:14 +0100)
client/partials/SearchInput.vue

index bcebcdd118243897c7b55b2a01d4c5ec84700754..91816d8ea36f2dfaf4f44751918f11c296c3c1e5 100644 (file)
@@ -30,9 +30,8 @@
       <p
         v-for="(tag, index) in tagMatches"
         ref="tagMenuItems"
-        class="cursor-pointer rounded px-2 py-1"
+        class="cursor-pointer rounded px-2 py-1 hover:bg-theme-background-elevated"
         :class="{ 'bg-theme-background-elevated': index === tagMenuIndex }"
-        @mouseover="tagMenuIndex = index"
         @click="tagChosen(tag)"
         @mousedown.prevent
       >
git clone https://git.99rst.org/PROJECT