A11y: Update buttons in Explore page to not use HTML Title for tooltip (#53894)

This commit is contained in:
eledobleefe
2022-08-22 11:19:22 +02:00
committed by GitHub
parent 51d173711f
commit 8cdfedc559
4 changed files with 7 additions and 7 deletions

View File

@@ -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}