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'"
|
v-tooltip="'Add a New Task Relation'"
|
||||||
type="secondary"
|
type="secondary"
|
||||||
icon="plus"
|
icon="plus"
|
||||||
|
:shadow="false"
|
||||||
/>
|
/>
|
||||||
<transition-group name="fade">
|
<transition-group name="fade">
|
||||||
<template v-if="editEnabled && showCreate">
|
<template v-if="editEnabled && showCreate">
|
||||||
|
|
Loading…
Add table
Reference in a new issue