Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Black hover background on listitems with checkbox #1881

Closed
Christian-E opened this issue Apr 30, 2019 · 1 comment · Fixed by #1896
Closed

Black hover background on listitems with checkbox #1881

Christian-E opened this issue Apr 30, 2019 · 1 comment · Fixed by #1896
Assignees
Milestone

Comments

@Christian-E
Copy link

Describe the bug
When hovering over a list item with a checkbox, the background of the list item gets black. This happens since we updated from 0.43.7 to 1.0.3.
When clicking on the list item or checkbox the background flickers weirdly.

To Reproduce
Steps to reproduce the behavior:
This can be reproduced on the examples page (https://trimox.github.io/angular-mdc-web/#/angular-mdc-web/list-demo/examples) using these examples:

  • List with Leading Checkbox
  • List with Trailing Checkbox

The same thing happens using this list:

<mdc-list-item-text secondaryText="Secondary text">Single-line item</mdc-list-item-text>
<mdc-chip-set mdcListItemMeta>
  <span>
    <button mdcIconButton>
      <mdc-icon>more_vert</mdc-icon>
    </button>
  </span>
</mdc-chip-set>

Screenshots
image

What Angular MDC version are you using?
1.0.3

What browser(s) is this bug affecting?:
Tested in chrome

@trimox
Copy link
Owner

trimox commented May 2, 2019

@Christian-E Thanks for reporting this. We're tracking an existing issue upstream.
reference: material-components/material-components-web#4629

Possible workaround, material-components/material-components-web#4629 (comment)

@trimox trimox added the mdc-icebox On hold until implemented upstream in material-components-web label May 2, 2019
@trimox trimox removed the mdc-icebox On hold until implemented upstream in material-components-web label May 26, 2019
@trimox trimox self-assigned this May 26, 2019
@trimox trimox added this to the v2.0.0 milestone May 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants