Commit 70c75aa4 authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Paul Slaughter

Fix pipeline icon background in Web IDE bottom bar

parent 25bfc88e
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
<span v-if="latestPipeline && latestPipeline.details" class="ide-status-pipeline"> <span v-if="latestPipeline && latestPipeline.details" class="ide-status-pipeline">
<button <button
type="button" type="button"
class="p-0 border-0 h-50" class="p-0 border-0 bg-transparent"
@click="openRightPane($options.rightSidebarViews.pipelines)" @click="openRightPane($options.rightSidebarViews.pipelines)"
> >
<ci-icon <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