mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Fix mouse overlay on icons
This commit is contained in:
parent
ffee8d8702
commit
70a09a03e7
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user