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

[ClrDatagridActionOverflow] focused and hovered actions have the same background color #605

Open
1 of 3 tasks
AllForNothing opened this issue Mar 28, 2023 · 1 comment
Open
1 of 3 tasks

Comments

@AllForNothing
Copy link

AllForNothing commented Mar 28, 2023

This is a bug report for the @clr Angular or UI versions of the design system.
For the web-component implementation of Clarity (@cds), visit vmware-clarity/core.

Describe the bug

The first action-item always has background-color, event if you hover over another action-item
image

How to reproduce

Please provide a link to a reproduction scenario using one of the Clarity Stackblitz templates. Reports without a clear reproduction may not be prioritized until one is provided.
Go to https://clarity.design/documentation/datagrid/single-action, and move your mouse to hover over Delete button.
The Edit button will also have the background-color

Expected behavior

Only the hovered item should have the background-color

Versions

Clarity version:

  • v13.x
  • v15.x
  • Other:

Framework version:
ie: Angular 15

Device:

  • Type: [e.g. MacBook]
  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional notes

Add any other notes about the problem here.

@kevinbuhmann
Copy link
Member

kevinbuhmann commented Mar 28, 2023

The first item is focused (you can change the focused item with the arrow keys), and the second item is hovered. @colinreedmiller, could you look into this? I'm not sure if this is as designed or if the focus and hover styles should be different.

@kevinbuhmann kevinbuhmann changed the title [ClrDatagridActionOverflow]The first action-item always has background-color [ClrDatagridActionOverflow] focused and hovered actions have the same background color Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants