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/mailers/highlighted_diff_email.scss')
-rw-r--r--app/assets/stylesheets/mailers/highlighted_diff_email.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/mailers/highlighted_diff_email.scss b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
index fd212d14e30..db8c3d163c0 100644
--- a/app/assets/stylesheets/mailers/highlighted_diff_email.scss
+++ b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
@@ -93,8 +93,8 @@ $highlighted-gc-bg: #eaf2f5;
text-align: right;
width: 35px;
background-color: $gray-light;
- color: $black-transparent;
- border-right: 1px solid $white-normal;
+ color: $t-gray-a-24;
+ border-right: 1px solid $gray-50;
&.old {
background-color: $line-number-old;
@@ -130,7 +130,7 @@ $highlighted-gc-bg: #eaf2f5;
}
&.match {
- color: $black-transparent;
+ color: $t-gray-a-24;
background-color: $gray-light;
}
}