From 70ba0351edeb71d8615cfc90918223cd07f2639b Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Tue, 25 Apr 2023 10:30:13 -0700 Subject: [PATCH] remove title from dropdown items seemingly the title is inherited from parent b-nav-item-dropdown which 1. is not useful because all items have the same title 2. is not wanted (?) on dropdown items 3. causes weird behavior where if you hover on the dropdown menu it will change cursor together with showing title after a while --- client/src/components/Masthead/MastheadItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Masthead/MastheadItem.vue b/client/src/components/Masthead/MastheadItem.vue index b28a9dca7a15..30729e9b15f8 100644 --- a/client/src/components/Masthead/MastheadItem.vue +++ b/client/src/components/Masthead/MastheadItem.vue @@ -117,6 +117,7 @@ function open(tab, event) { :href="withPrefix(item.url)" :target="item.target || '_parent'" role="menuitem" + title="" :active="item.disabled" :disabled="item.disabled" @click="open(item, $event)">