fix: transparent bg for speed dial (#927)

Fixes #926
This commit is contained in:
Rémi Marseault 2023-07-03 17:19:25 +02:00 committed by GitHub
parent 6ab00a179b
commit 5b1a1bc917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,5 @@
<template>
<div :class="mobile ? '' : 'flex-shrink-0 ml-0'">
<v-tooltip bottom open-delay="400">
<template #activator="{ on }">
<v-btn :text="!mobile" small fab color="grey--text" class="mr-0 ml-0" :aria-label="$t('navbar.topActions.addTorrent')" v-on="on" @click="addModal('AddModal')">
<v-icon color="grey">
{{ mdiPlus }}
</v-icon>
</v-btn>
</template>
<span> {{ $t('navbar.topActions.addTorrent') }}</span>
</v-tooltip>
<v-tooltip bottom open-delay="400">
<template #activator="{ on }">
<v-btn small fab :text="!mobile" class="mr-0 ml-0" :aria-label="$t('navbar.topActions.resumeSelected')" v-on="on" @click="resumeTorrents">
@ -93,7 +83,7 @@ export default {
name: 'TopActions',
mixins: [General],
props: {
mobile: () => false
mobile: Boolean
},
data() {
return {