spectrum-css
spectrum-css copied to clipboard
[Treeview] Hovering an item make icons dissapear.
Description
Hovering an item with an icon gives the icon the same color as the background, or something.
Steps to reproduce
- Go to https://opensource.adobe.com/spectrum-css/treeview.html#foldersfiles
- Hover one of the items with an icon
- Observe the icon become "invisible"
Expected behavior
Icon should have a suitable hover color.
Screenshots
synced to jira: https://jira.corp.adobe.com/browse/CSS-205
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.
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.
Any word on when this might be fixed?