mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user