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>2018-08-16 22:31:53 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-16 22:44:02 +0300
commitd57b92b2ae088dbaed4e8bf169fce6f6f5fb728f (patch)
tree56df96aa28151ba2326f5c859093fd96de2bde79 /app/assets/stylesheets/pages/diff.scss
parent76cd1dd68198bb464b12de7525ab067c6d4dc025 (diff)
Remove more variable reassignments and unused styles
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 47778110bae..a999a70693e 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -186,7 +186,7 @@
}
.image {
- background: $file-image-bg;
+ background: $gray-darker;
text-align: center;
padding: 30px;