Client Misc Fixes (#8983)

* fixes party header button

* fix some svg icons
This commit is contained in:
Matteo Pagliazzi
2017-08-23 17:32:20 +02:00
committed by GitHub
parent 7a6bf8b870
commit 034f18c419
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -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;
}
}
+1 -1
View File
@@ -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') }}
</template>
<style lang="scss" scoped>