Commit 246301e4 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'fix-ide-pipeline-background' into 'master'

Fix pipeline icon background in Web IDE

See merge request gitlab-org/gitlab!24707
parents ec46fc91 70c75aa4
......@@ -81,7 +81,7 @@ export default {
<span v-if="latestPipeline && latestPipeline.details" class="ide-status-pipeline">
<button
type="button"
class="p-0 border-0 h-50"
class="p-0 border-0 bg-transparent"
@click="openRightPane($options.rightSidebarViews.pipelines)"
>
<ci-icon
......
---
title: Fix pipeline icon background in Web IDE
merge_request: 24707
author:
type: fixed
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