mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
A11y: Update buttons in Explore page to not use HTML Title for tooltip (#53894)
This commit is contained in:
@@ -26,7 +26,7 @@ export const QueryOperationAction: React.FC<QueryOperationActionProps> = ({
|
||||
<div className={cx(styles.icon, active && styles.active)}>
|
||||
<IconButton
|
||||
name={icon}
|
||||
title={title}
|
||||
tooltip={title}
|
||||
className={styles.icon}
|
||||
disabled={!!disabled}
|
||||
onClick={onClick}
|
||||
|
||||
Reference in New Issue
Block a user