-
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
[kbn-grid-layout] EUI Visual Refresh Integration #204445
base: main
Are you sure you want to change the base?
[kbn-grid-layout] EUI Visual Refresh Integration #204445
Conversation
Pinging @elastic/kibana-presentation (Team:Presentation) |
top: -${euiTheme.size.l}; | ||
width: ${euiTheme.size.l}; | ||
height: ${euiTheme.size.l}; | ||
z-index: ${euiTheme.levels.mask}; // TODO: double check this |
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.
Do you still need to double check this?
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.
Use backgroundLightAccentSecondary Co-authored-by: Hannah Mudge <[email protected]>
…ttps://github.com/cqliu1/kibana into borealis/kbn-grid-layout/replace-euiThemeVars-usage
…s/kbn-grid-layout/replace-euiThemeVars-usage
…s/kbn-grid-layout/replace-euiThemeVars-usage
…s/kbn-grid-layout/replace-euiThemeVars-usage
…ttps://github.com/cqliu1/kibana into borealis/kbn-grid-layout/replace-euiThemeVars-usage
…s/kbn-grid-layout/replace-euiThemeVars-usage
top: -${euiThemeVars.euiSizeL}; | ||
width: ${euiThemeVars.euiSizeL}; | ||
height: ${euiThemeVars.euiSizeL}; | ||
z-index: ${euiThemeVars.euiZLevel3}; |
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.
@Heenawter Can you confirm if it's okay to remove this z-index from the drag handle? From what I could tell testing locally, the z-index isn't doing anything here.
💚 Build Succeeded
Metrics [docs]
History
|
Summary
Related to #203132.
Closes #204592.
This replaces all references to euiThemeVars in favor of the useEuiTheme hook in the
kbn-grid-layout
package.Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breaking
label should be applied in these situations.release_note:*
label is applied per the guidelinesIdentify risks
Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.
Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.