forked from verdnatura/hedera-web
Show Addresses list actions always
This commit is contained in:
parent
61062c1418
commit
83e3e034a8
|
@ -128,7 +128,7 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
<QItemSection class="actions-wrapper invisible" side>
|
<QItemSection side>
|
||||||
<QBtn
|
<QBtn
|
||||||
icon="delete"
|
icon="delete"
|
||||||
flat
|
flat
|
||||||
|
@ -153,14 +153,6 @@ onMounted(async () => {
|
||||||
</QPage>
|
</QPage>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.address-item:hover {
|
|
||||||
.actions-wrapper {
|
|
||||||
visibility: visible !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<i18n lang="yaml">
|
<i18n lang="yaml">
|
||||||
en-US:
|
en-US:
|
||||||
addAddress: Add address
|
addAddress: Add address
|
||||||
|
|
Loading…
Reference in New Issue