-
- Downloads
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.
Showing
- app/assets/stylesheets/pages/wiki.scss 0 additions, 17 deletionsapp/assets/stylesheets/pages/wiki.scss
- app/views/projects/wikis/_form.html.haml 1 addition, 1 deletionapp/views/projects/wikis/_form.html.haml
- app/views/projects/wikis/_new.html.haml 1 addition, 1 deletionapp/views/projects/wikis/_new.html.haml
- app/views/projects/wikis/edit.html.haml 1 addition, 1 deletionapp/views/projects/wikis/edit.html.haml
- app/views/projects/wikis/git_access.html.haml 1 addition, 1 deletionapp/views/projects/wikis/git_access.html.haml
- app/views/projects/wikis/history.html.haml 1 addition, 1 deletionapp/views/projects/wikis/history.html.haml
- app/views/projects/wikis/pages.html.haml 1 addition, 1 deletionapp/views/projects/wikis/pages.html.haml
- app/views/projects/wikis/show.html.haml 1 addition, 1 deletionapp/views/projects/wikis/show.html.haml
- changelogs/unreleased/59829-fix-style-lint-wiki.yml 5 additions, 0 deletionschangelogs/unreleased/59829-fix-style-lint-wiki.yml
Please register or sign in to comment