Remove the shadow at the "+" button for related tasks
This commit is contained in:
parent
08ea135211
commit
4dac10454e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
v-tooltip="'Add a New Task Relation'"
|
||||
type="secondary"
|
||||
icon="plus"
|
||||
:shadow="false"
|
||||
/>
|
||||
<transition-group name="fade">
|
||||
<template v-if="editEnabled && showCreate">
|
||||
|
|
Loading…
Reference in a new issue