-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#12333] Instructor students page: accessibility issue for course summary headers #12405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@athakaras Code currently fails linting, do remove the trailing space causing lint to fail.
...pp/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html
Outdated
Show resolved
Hide resolved
@athakaras Thanks for making the change! Please fix the lint issue before I proceed to review your PR. Thanks! |
Hello! Fixed all tests and all checks have passed:) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #12333
Outline of Solution
Fixed the issue by merging the two tags into one 'div' tag.
Removed the unnecessary classes and fixed style by using Bootstrap
("fw-bold fs-5" for making the text bold and changing the font size).
Here is the updated UI