Fix mouse overlay on icons

This commit is contained in:
Matthias 2021-05-16 08:47:52 +02:00
parent ffee8d8702
commit 70a09a03e7

View File

@ -19,7 +19,7 @@
> >
<template #cell(actions)="row"> <template #cell(actions)="row">
<b-button class="btn-xs" size="sm" title="Forcesell" @click="forcesellHandler(row.item)"> <b-button class="btn-xs" size="sm" title="Forcesell" @click="forcesellHandler(row.item)">
<ForceSellIcon :size="16" /> <ForceSellIcon :size="16" title="Forcesell" />
</b-button> </b-button>
<b-button <b-button
class="btn-xs ml-1" class="btn-xs ml-1"
@ -27,7 +27,7 @@
title="Delete trade" title="Delete trade"
@click="removeTradeHandler(row.item)" @click="removeTradeHandler(row.item)"
> >
<DeleteIcon :size="16" /> <DeleteIcon :size="16" title="Delete trade" />
</b-button> </b-button>
</template> </template>
<template #cell(pair)="row"> <template #cell(pair)="row">