This commit is contained in:
Liyas Thomas
2019-11-14 10:10:02 +05:30
parent 939a74b7be
commit 00c6e22861
7 changed files with 31 additions and 15 deletions

View File

@@ -23,7 +23,11 @@
</button>
<template slot="popover">
<div>
<button class="icon" @click="removeFolder" v-tooltip="'Delete folder'">
<button
class="icon"
@click="removeFolder"
v-tooltip="'Delete folder'"
>
<i class="material-icons">delete</i>
<span>Delete</span>
</button>

View File

@@ -24,7 +24,11 @@
</button>
<template slot="popover">
<div>
<button class="icon" @click="removeRequest" v-tooltip="'Delete request'">
<button
class="icon"
@click="removeRequest"
v-tooltip="'Delete request'"
>
<i class="material-icons">delete</i>
<span>Delete</span>
</button>