Client Misc Fixes (#8983)
* fixes party header button * fix some svg icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user