Skip to content
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

[EuiPopover] Add hasDragDrop prop for popovers with draggable contexts #6329

Merged
merged 4 commits into from
Oct 28, 2022

Commits on Oct 27, 2022

  1. Add hasDragDrop prop and styles to EuiPopover

    - which affords / accounts for styling for popovers that contain drag/droppable contexts
    cee-chen committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    dd5a9ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e8ec2 View commit details
    Browse the repository at this point in the history
  3. Fix popover arrows no longer being visible

    - due to using box-shadow instead of filter - we now need to add a custom drop shadow onto the arrows
    
    + add a CSS className hook to the arrow div
    cee-chen committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    214d835 View commit details
    Browse the repository at this point in the history
  4. Changelog

    cee-chen committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ce94df3 View commit details
    Browse the repository at this point in the history