Remove dark mode divider from user_self_assess.html#547
Remove dark mode divider from user_self_assess.html#547AdrianDAlessandro merged 3 commits intodirect-framework:mainfrom
Conversation
Removed dark mode divider from user self-assessment page.
AdrianDAlessandro
left a comment
There was a problem hiding this comment.
Thank you for this contribution. Looks good so far.
I've noticed that the same divider appears in a few more files. Can you also remove it from them?
As a minimum it is in:
main/templates/main/base.account.htmlmain/templates/main/user_self_assess.htmlmain/templates/main/user_skill_profile.htmlmain/templates/main/pages/competencies.html
But it might be in more, so please check.
|
I searched and fixed it globally. |
AdrianDAlessandro
left a comment
There was a problem hiding this comment.
Great! Thank you!
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@all-contributors please add @GeoDaoyu for code.
|
|
@github-actions[bot] I've put up a pull request to add @GeoDaoyu! 🎉 |
Removed dark mode divider from user self-assessment page.
Description
Please include a summary of the change and which issue is fixed (if any). Please also
include relevant motivation and context. List any dependencies that are required for
this change.
Fixes #541
Type of change
Key checklist
python -m pytest)mkdocs serve)pre-commit run --all-files)Further checks