Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/highlight/themes/none.scss')
-rw-r--r--app/assets/stylesheets/highlight/themes/none.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/highlight/themes/none.scss b/app/assets/stylesheets/highlight/themes/none.scss
index f70c53c9eaa..868e466b1f8 100644
--- a/app/assets/stylesheets/highlight/themes/none.scss
+++ b/app/assets/stylesheets/highlight/themes/none.scss
@@ -75,7 +75,9 @@
.line-coverage,
.line-codequality {
&.old,
- &.new {
+ &.new,
+ &.new-nomappinginraw,
+ &.old-nomappinginraw {
background-color: $white-normal;
}
}
@@ -131,7 +133,7 @@
}
.line_content {
- &.old {
+ &.old, &.old-nomappinginraw {
background-color: $white-normal;
&::before {
@@ -144,7 +146,7 @@
}
}
- &.new {
+ &.new, &.new-nomappinginraw {
background-color: $white-normal;
&::before {