summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-07 13:35:03 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-07 13:50:40 +0900
commit13be4f49f81109e612c73645f991e5e1b07b6d3f (patch)
tree26fbd21ba9db753289868dca4e5d50eadfdb88b4 /doc
parent54bacb1860036ffcd722f7df033d7def6b1a8756 (diff)
downloadgitlab-ce-13be4f49f81109e612c73645f991e5e1b07b6d3f.tar.gz
Substitute deprecated ui_charcoal with new default ui_indigo
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