-
Notifications
You must be signed in to change notification settings - Fork 842
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
Some more mixins #1305
Some more mixins #1305
Conversation
# Conflicts: # src/components/call_out/_call_out.scss
# Conflicts: # src/components/call_out/_call_out.scss # src/components/tool_tip/_mixins.scss
# Conflicts: # src/components/accessibility/_index.scss # src/components/accessibility/_screen_reader.scss # src/global_styling/mixins/_responsive.scss
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.
Checked over the code and ran this locally in both light and dark. Looks good.
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!
Summary
Added mixins for
EuiCallOut
coloring andEuiTooltip
styles. These were elements I ran into regularly in the Kibana LESS conversion that weren't converted to EUI but were doing their own form of styling. This way I can use the mixins without duplicating the styling code until they can be EUI-ified.Also moved the
euiScreenReaderOnly
mixin from the component to the helper 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- [ ] This required updates to Framer X components