git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
03bd06c
)
Fix issue with hover over affecting tag menu scrolling
author
Adam Dullage
<redacted>
Mon, 13 May 2024 12:14:00 +0000
(13:14 +0100)
committer
Adam Dullage
<redacted>
Mon, 13 May 2024 12:14:00 +0000
(13:14 +0100)
client/partials/SearchInput.vue
patch
|
blob
|
history
diff --git
a/client/partials/SearchInput.vue
b/client/partials/SearchInput.vue
index bcebcdd118243897c7b55b2a01d4c5ec84700754..91816d8ea36f2dfaf4f44751918f11c296c3c1e5 100644
(file)
--- a/
client/partials/SearchInput.vue
+++ b/
client/partials/SearchInput.vue
@@
-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