Commit d3fed349 authored by khm's avatar khm Committed by Fatih Acet

remove red/green colors from diff view of no-color syntax theme

parent 664567a8
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
$none-over-bg: #ded7fc; $none-over-bg: #ded7fc;
$none-expanded-border: #e0e0e0; $none-expanded-border: #e0e0e0;
$none-expanded-bg: #f7f7f7; $none-expanded-bg: #e0e0e0;
.line_holder { .line_holder {
...@@ -50,18 +50,12 @@ ...@@ -50,18 +50,12 @@
.diff-line-num { .diff-line-num {
&.old { &.old {
background-color: $line-number-old;
border-color: $line-removed-dark;
a { a {
color: scale-color($line-number-old, $red: -30%, $green: -30%, $blue: -30%); color: scale-color($line-number-old, $red: -30%, $green: -30%, $blue: -30%);
} }
} }
&.new { &.new {
background-color: $line-number-new;
border-color: $line-added-dark;
a { a {
color: scale-color($line-number-new, $red: -30%, $green: -30%, $blue: -30%); color: scale-color($line-number-new, $red: -30%, $green: -30%, $blue: -30%);
} }
...@@ -78,8 +72,8 @@ ...@@ -78,8 +72,8 @@
} }
&.hll:not(.empty-cell) { &.hll:not(.empty-cell) {
background-color: $line-number-select; background-color: $white-light;
border-color: $line-select-yellow-dark; border-color: $white-normal;
} }
} }
...@@ -101,26 +95,28 @@ ...@@ -101,26 +95,28 @@
.line_content { .line_content {
&.old { &.old {
background-color: $line-removed; background-color: $white-normal;
&::before { &::before {
color: scale-color($line-number-old, $red: -30%, $green: -30%, $blue: -30%); color: $gl-text-color;
} }
span.idiff { span.idiff {
background-color: $line-removed-dark; background-color: $white-normal;
text-decoration: underline;
} }
} }
&.new { &.new {
background-color: $line-added; background-color: $white-normal;
&::before { &::before {
color: scale-color($line-number-new, $red: -30%, $green: -30%, $blue: -30%); color: $gl-text-color;
} }
span.idiff { span.idiff {
background-color: $line-added-dark; background-color: $white-normal;
text-decoration: underline;
} }
} }
...@@ -129,7 +125,7 @@ ...@@ -129,7 +125,7 @@
} }
&.hll:not(.empty-cell) { &.hll:not(.empty-cell) {
background-color: $line-select-yellow; background-color: $white-normal;
} }
} }
} }
......
---
title: 'remove red/green colors from diff view of no-color syntax theme'
merge_request: 24582
author: khm
type: changed
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