summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-16 09:52:36 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-04-20 09:54:19 +0100
commit87ba7efe624c75777785b205d4a52d5e8f79351e (patch)
treec3daab20737fdcd8831eb6071fd45c4ae3a9aabd /app/assets/stylesheets/framework/variables.scss
parent56fb7aa563901be6854a4f3eb195722605eae70a (diff)
downloadgitlab-ce-87ba7efe624c75777785b205d4a52d5e8f79351e.tar.gz
Merge branch '44294-skeleton-lines' into 'master'
Resolve "skeleton placeholder on diff has white background" Closes #44294 See merge request gitlab-org/gitlab-ce!17792
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 8ee1bb03d55..37223175199 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -714,20 +714,6 @@ $color-average-score: $orange-400;
$color-low-score: $red-400;
/*
-Repo editor
-*/
-$repo-editor-grey: #f6f7f9;
-$repo-editor-grey-darker: #e9ebee;
-$repo-editor-linear-gradient: linear-gradient(
- to right,
- $repo-editor-grey 0%,
- $repo-editor-grey-darker,
- 20%,
- $repo-editor-grey 40%,
- $repo-editor-grey 100%
-);
-
-/*
Performance Bar
*/
$perf-bar-text: #999;