Commit 11edb788 authored by Takuya Noguchi's avatar Takuya Noguchi

Remove duplicated BS display properties from Quality Test Case

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 7850f3a4
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
data-testid="actions-dropdown" data-testid="actions-dropdown"
:text="__('Options')" :text="__('Options')"
:right="true" :right="true"
class="d-md-none d-lg-none d-xl-none gl-flex-grow-1" class="d-md-none gl-flex-grow-1"
> >
<gl-dropdown-item>{{ testCaseActionTitle }}</gl-dropdown-item> <gl-dropdown-item>{{ testCaseActionTitle }}</gl-dropdown-item>
<gl-dropdown-divider /> <gl-dropdown-divider />
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
v-if="canEditTestCase" v-if="canEditTestCase"
data-testid="archive-test-case" data-testid="archive-test-case"
category="secondary" category="secondary"
class="d-none d-sm-none d-md-inline-block gl-mr-2" class="d-none d-md-inline-block gl-mr-2"
:variant="testCaseActionButtonVariant" :variant="testCaseActionButtonVariant"
:loading="testCaseStateChangeInProgress" :loading="testCaseStateChangeInProgress"
@click="handleTestCaseStateChange" @click="handleTestCaseStateChange"
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
category="secondary" category="secondary"
variant="success" variant="success"
class="d-md-inline-block" class="d-md-inline-block"
:class="{ 'd-none d-sm-none': canEditTestCase, 'gl-flex-grow-1': !canEditTestCase }" :class="{ 'd-none': canEditTestCase, 'gl-flex-grow-1': !canEditTestCase }"
:href="testCaseNewPath" :href="testCaseNewPath"
>{{ __('New test case') }}</gl-button >{{ __('New test case') }}</gl-button
> >
......
---
title: Remove duplicated BS display properties from Quality Test Case
merge_request: 47044
author: Takuya Noguchi
type: other
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