Commit 302eef2b authored by Phil Hughes's avatar Phil Hughes

Merge branch '281020-dark-mode-isn-t-compabile-with-secure-mr-widget' into 'master'

Fix secure MR widget background colors in dark mode

See merge request gitlab-org/gitlab!47352
parents 32c28c9a 9a27e508
......@@ -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