Commit 48f58f4b authored by Christie Lenneville's avatar Christie Lenneville

Updated deprecated buttons

parent d8237a10
......@@ -2,7 +2,7 @@
import {
GlDrawer,
GlLabel,
GlDeprecatedButton,
GlButton,
GlFormInput,
GlAvatarLink,
GlAvatarLabeled,
......@@ -35,7 +35,7 @@ export default {
components: {
GlDrawer,
GlLabel,
GlDeprecatedButton,
GlButton,
GlFormInput,
GlAvatarLink,
GlAvatarLabeled,
......@@ -210,11 +210,11 @@ export default {
<div class="d-flex justify-content-between flex-column">
<div class="d-flex justify-content-between align-items-center mb-2">
<label class="m-0">{{ $options.wipLimitText }}</label>
<gl-deprecated-button
class="js-edit-button h-100 border-0 gl-line-height-14-deprecated-no-really-do-not-use-me text-dark"
<gl-button
class="js-edit-button h-100 border-0 text-dark"
variant="link"
@click="showInput"
>{{ $options.editLinkText }}</gl-deprecated-button
>{{ $options.editLinkText }}</gl-button
>
</div>
<gl-form-input
......@@ -235,11 +235,11 @@ export default {
<p class="js-wip-limit bold m-0 text-secondary">{{ activeListWipLimit }}</p>
<template v-if="wipLimitIsSet">
<span class="m-1">-</span>
<gl-deprecated-button
class="js-remove-limit h-100 border-0 gl-line-height-14-deprecated-no-really-do-not-use-me text-secondary"
<gl-button
class="js-remove-limit h-100 border-0 text-secondary"
variant="link"
@click="clearWipLimit"
>{{ $options.removeLimitText }}</gl-deprecated-button
>{{ $options.removeLimitText }}</gl-button
>
</template>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment