A11y: Fix fastpass issues for /explore page (#39507)

* Fix(A11y): add label to explore short url button

* Grafana-UI(A11y): Set Selects images alt attribute to their option label

* Update packages/grafana-ui/src/components/Select/SingleValue.tsx

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
This commit is contained in:
Giordano Ricci
2021-09-29 16:14:30 +01:00
committed by GitHub
parent df81676d9e
commit f61c8d3eed
3 changed files with 11 additions and 5 deletions

View File

@@ -146,7 +146,11 @@ export class UnConnectedExploreToolbar extends PureComponent<Props> {
) : null}
<Tooltip content={'Copy shortened link to the executed query'} placement="bottom">
<ToolbarButton icon="share-alt" onClick={() => createAndCopyShortLink(window.location.href)} />
<ToolbarButton
icon="share-alt"
onClick={() => createAndCopyShortLink(window.location.href)}
aria-label="Copy shortened link to the executed query"
/>
</Tooltip>
{!isLive && (