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:
authorHimanshu Kapoor <info@fleon.org>2019-08-14 19:09:48 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-08-14 19:09:48 +0300
commit0290d9796fa18b33b3efb2cde23dc1384ad9fe53 (patch)
tree00e94777bdc3eec1baeffc76da6ebffba639da16 /changelogs
parent8fc2fbb6f2192fb77e2efedf40002ba0a009748e (diff)
Fix style-lint errors in wiki.scss
There were two errors: duplicate styles and @extend used with a class name. I added `.top-area` class to all the instances where `.wiki-page-header` is used since %top-area didn't really make a lot of sense as a placeholder selector. This is also consistent with behaviour on other pages where the `.top-area` class is used alongside the other classes for the specific header styling.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/59829-fix-style-lint-wiki.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/59829-fix-style-lint-wiki.yml b/changelogs/unreleased/59829-fix-style-lint-wiki.yml
new file mode 100644
index 00000000000..48242a77c6b
--- /dev/null
+++ b/changelogs/unreleased/59829-fix-style-lint-wiki.yml
@@ -0,0 +1,5 @@
+---
+title: Fix the style-lint errors and warnings for `app/assets/stylesheets/pages/wiki.scss`
+merge_request: 31656
+author:
+type: other