Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Remove item link on Cart block has no hover state #10639

Closed
nielslange opened this issue Aug 17, 2023 · 0 comments · Fixed by #11526
Closed

Remove item link on Cart block has no hover state #10639

nielslange opened this issue Aug 17, 2023 · 0 comments · Fixed by #11526
Labels
block: cart Issues related to the cart block. focus: accessibility The issue/PR is related to accessibility. focus: global styles Issues that involve styles/css/layout structure. type: bug The issue/PR concerns a confirmed bug. type: good first issue The issue is a good candidate for the first community contribution/for a newcomer to the team.

Comments

@nielslange
Copy link
Member

Describe the bug

The remove item link on the Cart block has no hover state at the moment.

To reproduce

Steps to reproduce the behavior:

  1. Create a test page and add the Cart block to it.
  2. Go to the frontend and add a product to the cart.
  3. Go to the test page with the Cart block.
  4. Hover over the "Remove item" link.
  5. See that the link has no hover state.

Note
The underlying HTML code of the link is <button>. This might explain the missing hover state.

Expected behavior

I expect the "Remove item" link to have a hover state.

@nielslange nielslange added type: bug The issue/PR concerns a confirmed bug. focus: accessibility The issue/PR is related to accessibility. type: good first issue The issue is a good candidate for the first community contribution/for a newcomer to the team. block: cart Issues related to the cart block. focus: global styles Issues that involve styles/css/layout structure. labels Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
block: cart Issues related to the cart block. focus: accessibility The issue/PR is related to accessibility. focus: global styles Issues that involve styles/css/layout structure. type: bug The issue/PR concerns a confirmed bug. type: good first issue The issue is a good candidate for the first community contribution/for a newcomer to the team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant