spectrum-css icon indicating copy to clipboard operation
spectrum-css copied to clipboard

[Treeview] Hovering an item make icons dissapear.

Open Westbrook opened this issue 3 years ago • 2 comments

Description

Hovering an item with an icon gives the icon the same color as the background, or something.

Steps to reproduce

  1. Go to https://opensource.adobe.com/spectrum-css/treeview.html#foldersfiles
  2. Hover one of the items with an icon
  3. Observe the icon become "invisible"

Expected behavior

Icon should have a suitable hover color.

Screenshots

image

synced to jira: https://jira.corp.adobe.com/browse/CSS-205

Westbrook avatar Apr 22 '22 14:04 Westbrook

Whoops, this isn't about color, it's about the use of the :before pseudo element is position: absolute which places it over the icon when the hover state is activated.

Westbrook avatar Apr 22 '22 14:04 Westbrook

I noticed this, too, and I've fixed it in my WIP Tree View branch, which (as you know) has been temporarily de-prioritized. We'll be sure to get this in, though.

pfulton avatar Jun 29 '22 19:06 pfulton

Any word on when this might be fixed?

mscherotter avatar Oct 26 '22 14:10 mscherotter