-
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
Fix incorrect variable usage in SCSS #3991
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_3991/ |
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.
Don't forget a CL. Good spot.
dope, thanks @snide, updated. I keep forgetting it :( |
CHANGELOG.md
Outdated
@@ -10,6 +10,7 @@ | |||
- Fixed type mismatch between `EuiSelectable` options extended via `EuiSelectableOption` and internal option types ([#3983](https://github.com/elastic/eui/pull/3983)) | |||
- Fixed `EuiButton` CSS for RTL languages by using `margin-inline-[pos]` instead of `margin-[pos]` ([#3974](https://github.com/elastic/eui/pull/3974)) | |||
- Fix server-side rendering of `EuiBreadcrumbs` and `EuiCollapsibleNav` ([#3970](https://github.com/elastic/eui/pull/3970)) | |||
- Fix incorrect `euiCodeBlockNameColor` variable usage for `.hljs-name` in SCSS ([#3991](https://github.com/elastic/eui/pull/3991)) |
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.
Because there was a release after you made this PR, your Changelog needs to be in the master
section above.
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 suspect changelog file doesn't like me... Or i need another cup of coffee... or both.
Preview documentation changes for this PR: https://eui.elastic.co/pr_3991/ |
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.
Code LGTM, didn't test locally. :)
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 added the Bug Fixes
header, but once CI passes (again), good to merge. Thanks again @nyurik !
Preview documentation changes for this PR: https://eui.elastic.co/pr_3991/ |
Summary
Fix incorrect variable usage in SCSS. Not sure how it got compiled.
Checklist