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/snippets.scss')
-rw-r--r--app/assets/stylesheets/snippets.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss
index e249ecbd10b..f5787799fce 100644
--- a/app/assets/stylesheets/snippets.scss
+++ b/app/assets/stylesheets/snippets.scss
@@ -82,12 +82,12 @@
font-size: $code-font-size;
line-height: $code-line-height;
white-space: nowrap;
- color: $black-transparent;
+ color: $t-gray-a-24;
min-width: 30px;
}
.diff-line-num:hover {
- color: $almost-black;
+ color: $gray-950;
cursor: pointer;
}
}
@@ -158,7 +158,7 @@
border-right: 0;
&:hover {
- background-color: $white-normal;
+ background-color: $gray-50;
border-color: $border-white-normal;
text-decoration: none;
}