Fix the style-lint errors and warnings for wiki.scss
What does this MR do?
Fixes style lint errors in app/assets/stylesheets/pages/wiki.scss
.
~backstage
Screenshots
Before | After | |
---|---|---|
wiki home | ||
wiki edit | ||
wiki git access* | ||
wiki history | ||
wiki pages | ||
wiki show |
-
-Note that on the wiki git access page, the clone path dropdown is broken in both before and after screenshots. I will create an issue for it and fix in a separate MR.- Opened - #66022 (closed)
Does this MR meet the acceptance criteria?
Basic Tasks
-
If possible, replace the CSS class with a utility one, check common.scss and https://getbootstrap.com/docs/4.3/utilities/ for existing ones -
Double check if all the warning have been fixed by running yarn run stylelint-file app/assets/stylesheets/pages/wiki.scss
-
In the MR, add screenshots of the affected areas before and after the changes, check the first MR as a guideline -
If there are a lot of changes, we recommend to break them into smaller MRs -
Double check the usage of each changed class both in CE and EE -
EE changes should either be backported into CE or moved into ee/
folder. You can read more about how to handle EE code here -
Label the MR with ~CSS cleanup
Conformity
-
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Closes #59829 (closed)
Edited by Himanshu Kapoor