Commit 283fc962 authored by Tomas Vik's avatar Tomas Vik

Use tertiary button in MR Widget collapsible extension

parent c9af8d77
...@@ -70,7 +70,9 @@ export default { ...@@ -70,7 +70,9 @@ export default {
<template v-if="isCollapsed"> <template v-if="isCollapsed">
<slot name="header"></slot> <slot name="header"></slot>
<gl-button <gl-button
variant="link" category="tertiary"
variant="confirm"
size="small"
data-testid="mr-collapsible-title" data-testid="mr-collapsible-title"
:disabled="isLoading" :disabled="isLoading"
:class="{ 'border-0': isLoading }" :class="{ 'border-0': isLoading }"
...@@ -81,7 +83,9 @@ export default { ...@@ -81,7 +83,9 @@ export default {
</template> </template>
<gl-button <gl-button
v-else v-else
variant="link" category="tertiary"
variant="confirm"
size="small"
data-testid="mr-collapsible-title" data-testid="mr-collapsible-title"
:disabled="isLoading" :disabled="isLoading"
:class="{ 'border-0': isLoading }" :class="{ 'border-0': isLoading }"
......
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