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>
|
||||
</QItemSection>
|
||||
<QItemSection class="actions-wrapper invisible" side>
|
||||
<QItemSection side>
|
||||
<QBtn
|
||||
icon="delete"
|
||||
flat
|
||||
|
@ -153,14 +153,6 @@ onMounted(async () => {
|
|||
</QPage>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.address-item:hover {
|
||||
.actions-wrapper {
|
||||
visibility: visible !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<i18n lang="yaml">
|
||||
en-US:
|
||||
addAddress: Add address
|
||||
|
|
Loading…
Reference in New Issue