Commit 3a85bdc8 authored by yo's avatar yo Committed by Yogi

Update new issue button

parent 5ca296b8
......@@ -85,7 +85,7 @@ export default {
<gl-link
:href="action.path"
:data-method="action.method"
class="btn gl-button btn-confirm gl-text-decoration-none"
class="btn gl-button btn-confirm gl-text-decoration-none!"
data-testid="job-empty-state-action"
>{{ action.button_title }}</gl-link
>
......
......@@ -115,7 +115,7 @@ export default {
<gl-link
v-if="job.new_issue_path"
:href="job.new_issue_path"
class="btn btn-success btn-inverted float-left mr-2"
class="btn gl-button btn-success-secondary float-left mr-2 gl-text-decoration-none!"
data-testid="job-new-issue"
>{{ $options.i18n.newIssue }}
</gl-link>
......
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