summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-08 18:19:34 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-08 18:19:34 +0000
commit5e9c8906c0ab0ddc68fcc91948ffded7831f270e (patch)
tree48f2fd37431c4cf6e57456874ee199e70361e2a3 /doc
parentdf74461014bbdbc691f4f4039b02962dad292362 (diff)
parent13be4f49f81109e612c73645f991e5e1b07b6d3f (diff)
downloadgitlab-ce-5e9c8906c0ab0ddc68fcc91948ffded7831f270e.tar.gz
Merge branch '41744-substitute-ui-charcoal-with-ui-indigo' into 'master'
Substitute ui_charcoal theme deprecated by GitLab Theme (10.0) with ui_indigo Closes #41744 See merge request gitlab-org/gitlab-ce!16271
Diffstat (limited to 'doc')
-rw-r--r--doc/development/fe_guide/style_guide_scss.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/style_guide_scss.md b/doc/development/fe_guide/style_guide_scss.md
index 77b308c4a43..86a8b4135af 100644
--- a/doc/development/fe_guide/style_guide_scss.md
+++ b/doc/development/fe_guide/style_guide_scss.md
@@ -216,7 +216,7 @@ If you want a line or set of lines to be ignored by the linter, you can use
```scss
// This lint rule is disabled because the class name comes from a gem.
// scss-lint:disable SelectorFormat
-.ui_charcoal {
+.ui_indigo {
background-color: #333;
}
// scss-lint:enable SelectorFormat