-
Notifications
You must be signed in to change notification settings - Fork 843
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
Increase default font size of tabs in KUI theme #1244
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.
LGTM - nice to have some more variables to use, especially for main tab navigation vs. flyout content.
@snide quick thoughts on this one? |
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.
I think it's fine for now. In 6.6 let's just remove the theme so we don't run into these issues.
The theme? |
The K6 theme. I think in 6.6 we should feel pretty safe removing it (aside from the font-family setting). |
Oh alright! Sounds like a plan! ;) |
Summary
Since Kibana's default font size is 14px, the differences between the small and regular tabs were nil. This creates 2 variables for the tab font sizes and then changes them in the K6_globals.scss file.
Checklist
- [ ] Any props added have proper autodocs- [ ] Documentation examples were added- [ ] This was checked for breaking changes and labeled appropriately- [ ] Jest tests were updated or added to match the most common scenarios- [ ] This was checked against keyboard-only and screenreader scenarios