links tab done (finally)
This commit is contained in:
parent
b7a97b8603
commit
42a5da93ea
10 changed files with 234 additions and 12 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<template>
|
||||
<span
|
||||
class="DraftButtons"
|
||||
v-if="$parent.isDirty"
|
||||
>
|
||||
<Popover
|
||||
v-if="$parent.isDirty"
|
||||
|
|
@ -74,10 +75,8 @@ export default {
|
|||
.DraftButtons {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
.button-default {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
display: inline-flex;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.draft-tooltip {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue