From 48e51a03d41a7a6170ee839a66420d7286968f7b Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Fri, 1 Jun 2018 04:05:16 -0400 Subject: [PATCH] Added correct CSS classes to help menu dropdown items. (#10412) --- website/client/components/header/menu.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/client/components/header/menu.vue b/website/client/components/header/menu.vue index a3ec986e20..7e72975a0e 100644 --- a/website/client/components/header/menu.vue +++ b/website/client/components/header/menu.vue @@ -53,9 +53,9 @@ div router-link.topbar-dropdown-item.dropdown-item(:to="{name: 'overview'}") {{ $t('overview') }} router-link.topbar-dropdown-item.dropdown-item(to="/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac") {{ $t('reportBug') }} router-link.topbar-dropdown-item.dropdown-item(to="/groups/guild/5481ccf3-5d2d-48a9-a871-70a7380cee5a") {{ $t('askAQuestion') }} - a.dropdown-item(href="https://trello.com/c/odmhIqyW/440-read-first-table-of-contents", target='_blank') {{ $t('requestAF') }} - a.dropdown-item(href="http://habitica.wikia.com/wiki/Contributing_to_Habitica", target='_blank') {{ $t('contributing') }} - a.dropdown-item(href="http://habitica.wikia.com/wiki/Habitica_Wiki", target='_blank') {{ $t('wiki') }} + a.topbar-dropdown-item.dropdown-item(href="https://trello.com/c/odmhIqyW/440-read-first-table-of-contents", target='_blank') {{ $t('requestAF') }} + a.topbar-dropdown-item.dropdown-item(href="http://habitica.wikia.com/wiki/Contributing_to_Habitica", target='_blank') {{ $t('contributing') }} + a.topbar-dropdown-item.dropdown-item(href="http://habitica.wikia.com/wiki/Habitica_Wiki", target='_blank') {{ $t('wiki') }} a.topbar-dropdown-item.dropdown-item(@click='modForm()') {{ $t('contactForm') }} .currency-tray.form-inline .item-with-icon(v-if="userHourglasses > 0") @@ -224,7 +224,7 @@ div .topbar-dropdown { display: none; // Display is set to block on hover. } - + >a { padding: .8em 1em !important; } @@ -235,7 +235,7 @@ div .topbar-dropdown { display: block; // Open drop-down on hover. - margin-top: 0; // Remove gap between navbar and drop-down. + margin-top: 0; // Remove gap between navbar and drop-down. background: $purple-200; border-radius: 0px; border: none;