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/pages/issuable.scss
parent1a5de8955ae173946c9814645b3dc0d88a9e4de9 (diff)
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index a1069aa9783..e0bdc1341b1 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -934,7 +934,7 @@
.sidebar-collapsed-divider {
line-height: 5px;
font-size: 12px;
- color: $theme-gray-700;
+ color: $gray-700;
+ .sidebar-collapsed-icon {
padding-top: 0;