|
|
@ -21,7 +21,7 @@ |
|
|
|
<div class="control" v-for="label in labels"> |
|
|
|
<div class="tags has-addons"> |
|
|
|
<span class="tag is-medium" v-bind:style="{ color: label.text_color, 'background-color': label.background_color }"> |
|
|
|
<button class="delete is-small mrrem025 mlrem-0375" @click="removeLabel(label)"></button> |
|
|
|
<button class="delete is-small tweaked-margin" @click="removeLabel(label)"></button> |
|
|
|
[[ label.text ]] |
|
|
|
</span> |
|
|
|
<span class="tag is-medium">[[ label.shortcut ]]</span> |
|
|
|