-
Notifications
You must be signed in to change notification settings - Fork 8.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
11851 a11y discover field chooser headers (rebased version) #12211
11851 a11y discover field chooser headers (rebased version) #12211
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.
One last change and then I think we're good to go!
@@ -10,6 +10,9 @@ | |||
} | |||
|
|||
.kuiLocalBreadcrumb { | |||
font-size: 14px; | |||
margin: 0; |
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.
Let's add font-weight: normal
here to account for the <h1>
default styling.
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.
Done!
* Discovery heading refactor and a11y tabbing * CSS Changes based on @cjcenizal's feedback * Updating docs examples * adding font-weight: normal (cherry picked from commit abe3fb1)
5.5/5.x: 9972ad5 |
Supersedes #12042