You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user hovers or focuses on an icon tile, download and copy functions will appear.
When hovering/focusing on an individual action icon a tooltip will appear.
"Download SVG"
"Copy <icon-name />"
Actual:
☑️ No actions icon are shown by default
☑️ When a user hovers or focuses on an icon tile, download and copy functions will appear.
❌ When hovering/focusing on an individual action icon:
[download] "Download <icon-name />" in an alt-tag
[copy] no hover behavior
The text was updated successfully, but these errors were encountered:
@chrisconnors-ibm@aagonzales if we have both a Copy <icon-name /> and a Copied! alert they're going to conflict with one another. Our CopyButton component uses the native browser tooltip for the hover tooltip.
We need to indicate that it was copied successfully though.
Navigate to https://www.carbondesignsystem.com/guidelines/icons/library
Hover over a card to reveal the action buttons
Hover over Download or Code buttons
Expected: Behavior described in initial issue
<icon-name />
"Actual:
☑️ No actions icon are shown by default
☑️ When a user hovers or focuses on an icon tile, download and copy functions will appear.
❌ When hovering/focusing on an individual action icon:
<icon-name />
" in an alt-tagThe text was updated successfully, but these errors were encountered: