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

[8.x] [Lens][ColorMapping] Fix color mapping nitpicks (#192242) #192995

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. [Lens][ColorMapping] Fix color mapping nitpicks (elastic#192242)

    ## Summary
    
    Fixed the edit button color.
    I've removed completely the `cursor:pointer` and the click
    handler/capability over the color band (`EuiColorPaletteDisplay`
    component) because this component is not a button and is not keyboard
    accessible even with the click handler.
    It should be changed in EUI to button to be used correctly.
    
    fix elastic#191878
    
    (cherry picked from commit f3535e9)
    markov00 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    219c15f View commit details
    Browse the repository at this point in the history