Commit 9a27e508 authored by Simon Knox's avatar Simon Knox

Fix MR SAST reports in dark mode

parent 60e145b1
......@@ -8,14 +8,14 @@
.report-block-list-issue-parent {
padding: $gl-padding-top $gl-padding;
border-top: 1px solid $border-color;
border-top: 1px solid var(--border-color, $border-color);
}
}
.report-block-container {
border-top: 1px solid $border-color;
border-top: 1px solid var(--border-color, $border-color);
padding: $gl-padding - 2;
background-color: $gray-light;
background-color: var(--gray-50, $gray-10);
// Clean MR widget CSS
line-height: 20px;
......
---
title: Fix secure MR widget colors in dark mode
merge_request: 47352
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