From 034f18c4195f40d26a1770138f27250e6182f7dc Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 23 Aug 2017 17:32:20 +0200 Subject: [PATCH] Client Misc Fixes (#8983) * fixes party header button * fix some svg icons --- website/client/assets/scss/icon.scss | 3 --- website/client/components/appHeader.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/website/client/assets/scss/icon.scss b/website/client/assets/scss/icon.scss index 933f032963..dba6a0e3d3 100644 --- a/website/client/assets/scss/icon.scss +++ b/website/client/assets/scss/icon.scss @@ -1,8 +1,6 @@ .svg-icon { display: block; - stroke-width: 0; transition: none !important; - stroke: currentColor; fill: currentColor; svg { @@ -15,7 +13,6 @@ &.color { svg path { - stroke: currentColor; fill: currentColor; } } diff --git a/website/client/components/appHeader.vue b/website/client/components/appHeader.vue index b90426dec8..a3538b26d7 100644 --- a/website/client/components/appHeader.vue +++ b/website/client/components/appHeader.vue @@ -22,7 +22,7 @@ span.small-text(v-html="$t('inviteFriendsParty')") br // TODO link to party creation or party page if partying solo - a.btn.btn-primary(@click='openPartyModal()') {{ $t('startAParty') }} + button.btn.btn-primary(@click='openPartyModal()') {{ $t('startAParty') }}