mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Client Misc Fixes (#8983)
* fixes party header button * fix some svg icons
This commit is contained in:
parent
7a6bf8b870
commit
034f18c419
2 changed files with 1 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue