From a2ee73a2e28cc29db20f31e378ce4c4a5eea6f4a Mon Sep 17 00:00:00 2001 From: Philip Karpiak Date: Sat, 28 Apr 2018 11:43:40 -0400 Subject: [PATCH] Use consistent elements in footer links (fix add-on/forum link colors) (#10208) * Fix html element rendering of some footer links * Unscope footer.expanded + children styles Fixes link color cascading --- website/client/components/appFooter.vue | 44 ++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/website/client/components/appFooter.vue b/website/client/components/appFooter.vue index cdb8233d1a..baed4e411e 100644 --- a/website/client/components/appFooter.vue +++ b/website/client/components/appFooter.vue @@ -39,10 +39,8 @@ router-link(to='/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac') {{ $t('reportBug') }} li a(href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents', target='_blank') {{ $t('requestFeature') }} - li - a(v-html='$t("communityExtensions")') - li - a(v-html='$t("communityForum")') + li(v-html='$t("communityExtensions")') + li(v-html='$t("communityForum")') li a(href='https://www.facebook.com/Habitica', target='_blank') {{ $t('communityFacebook') }} li @@ -137,23 +135,6 @@ margin-bottom: 7px; } } - - &.expanded { - padding-left: 6em; - padding-right: 6em; - padding-top: 3em; - background: #e1e0e3; - color: #878190; - min-height: 408px; - - a { - color: #878190; - } - - .logo { - color: #c3c0c7; - } - } } h3 { @@ -233,11 +214,30 @@ } -