Commit 0f4700a3 authored by Simon Knox's avatar Simon Knox

Merge branch '239861-remove-autodevops-title-css' into 'master'

Remove pipelines autodevops popover CSS

See merge request gitlab-org/gitlab!43673
parents 5d673390 24ac66d8
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
placement="top" placement="top"
> >
<template #title> <template #title>
<div class="autodevops-title"> <div class="gl-font-weight-normal gl-line-height-normal">
<gl-sprintf <gl-sprintf
:message=" :message="
__( __(
...@@ -112,12 +112,7 @@ export default { ...@@ -112,12 +112,7 @@ export default {
</gl-sprintf> </gl-sprintf>
</div> </div>
</template> </template>
<gl-link <gl-link :href="autoDevopsHelpPath" target="_blank" rel="noopener noreferrer nofollow">
class="autodevops-link"
:href="autoDevopsHelpPath"
target="_blank"
rel="noopener noreferrer nofollow"
>
{{ __('Learn more about Auto DevOps') }} {{ __('Learn more about Auto DevOps') }}
</gl-link> </gl-link>
</gl-popover> </gl-popover>
......
...@@ -306,7 +306,6 @@ ...@@ -306,7 +306,6 @@
.commit, .commit,
.generic-commit-status, .generic-commit-status,
.branch-commit { .branch-commit {
.autodevops-link,
.commit-sha { .commit-sha {
color: $blue-600; color: $blue-600;
} }
......
...@@ -993,11 +993,6 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -993,11 +993,6 @@ button.mini-pipeline-graph-dropdown-toggle {
float: none; float: none;
} }
.autodevops-title {
font-weight: $gl-font-weight-normal;
line-height: 1.5;
}
.test-reports-table { .test-reports-table {
.build-trace { .build-trace {
@include build-trace(); @include build-trace();
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
placement: "top", placement: "top",
html: "true", html: "true",
trigger: "focus", trigger: "focus",
title: "<div class='autodevops-title'>#{popover_title_text}</div>", title: "<div class='gl-font-weight-normal gl-line-height-normal'>#{popover_title_text}</div>",
content: "<a class='autodevops-link' href='#{popover_content_url}' target='_blank' rel='noopener noreferrer nofollow'>#{popover_content_text}</a>", content: "<a href='#{popover_content_url}' target='_blank' rel='noopener noreferrer nofollow'>#{popover_content_text}</a>",
} } } }
Auto DevOps Auto DevOps
- if @pipeline.detached_merge_request_pipeline? - if @pipeline.detached_merge_request_pipeline?
......
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