Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9a27e508
Commit
9a27e508
authored
Nov 11, 2020
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MR SAST reports in dark mode
parent
60e145b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/stylesheets/page_bundles/reports.scss
app/assets/stylesheets/page_bundles/reports.scss
+3
-3
changelogs/unreleased/281020-dark-mode-isn-t-compabile-with-secure-mr-widget.yml
...81020-dark-mode-isn-t-compabile-with-secure-mr-widget.yml
+5
-0
No files found.
app/assets/stylesheets/page_bundles/reports.scss
View file @
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
;
...
...
changelogs/unreleased/281020-dark-mode-isn-t-compabile-with-secure-mr-widget.yml
0 → 100644
View file @
9a27e508
---
title
:
Fix secure MR widget colors in dark mode
merge_request
:
47352
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment