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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-14 23:17:22 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-14 23:17:22 +0300
commitd62fc709c5ed5c7db585d126dff42b2e77f6c264 (patch)
tree8433d34848f36ed3cb0554d9109ea0992012da07 /app/assets/stylesheets/bootstrap_migration.scss
parent1a5de8955ae173946c9814645b3dc0d88a9e4de9 (diff)
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 587127bb059..c8357f7751c 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -225,7 +225,7 @@ h3.popover-header {
}
.info-well {
- background: $theme-gray-50;
+ background: $gray-50;
color: $gl-text-color;
border: 1px solid $border-color;
border-radius: 4px;