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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 01:26:21 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 22:13:53 +0300
commit0b72554c1bb47c88361f9fbc6185f49767337368 (patch)
tree68786bac6940cc8660d28a8279d8e3eeb93aa041 /app/assets/stylesheets/mailers
parente4a000478f327885fd9dcbc7d47ba77045cef139 (diff)
Finish refactoring grays
Diffstat (limited to 'app/assets/stylesheets/mailers')
-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 024b4df6bd0..60ff72c703e 100644
--- a/app/assets/stylesheets/mailers/highlighted_diff_email.scss
+++ b/app/assets/stylesheets/mailers/highlighted_diff_email.scss
@@ -91,9 +91,9 @@ $highlighted-gc-bg: #eaf2f5;
padding: 0 5px;
text-align: right;
width: 35px;
- background-color: $background-color;
+ background-color: $gray-light;
color: $black-transparent;
- border-right: 1px solid $table-border-gray;
+ border-right: 1px solid $white-normal;
&.old {
background-color: $line-number-old;
@@ -130,7 +130,7 @@ $highlighted-gc-bg: #eaf2f5;
&.match {
color: $black-transparent;
- background-color: $match-line;
+ background-color: $gray-light;
}
}