From e34cad9b891e2b60b8a4ade6c9edb5c82ce0dde5 Mon Sep 17 00:00:00 2001 From: Samuel Valdes Gutierrez Date: Sat, 13 Jan 2024 09:14:04 -0300 Subject: [PATCH] Revert "[OSCI][BUG] Fixing bug in icon-only buttons for showing info tooltip when hovered (#1160)" This reverts commit 96af93e1b7a24b9859e6628d94dc3d6ae9941a7f. --- CHANGELOG.md | 1 - src/components/button/button_content.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40dcf1928..4cda518e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,6 @@ - Extract build archive into a folder for OSD integration test CI ([#1075](https://github.com/opensearch-project/oui/pull/1075)) - Correct file path for import of Query component ([#1069](https://github.com/opensearch-project/oui/pull/1069)) - Fix "Guidelines" documentation links rendering blank pages ([#1111](https://github.com/opensearch-project/oui/pull/1111)) -- Fix bug in OuiButtonContent for showing info tooltip in icon-only buttons when hovered([#1160](https://github.com/opensearch-project/oui/pull/1160)) - Fix playground support check ([#1162](https://github.com/opensearch-project/oui/pull/1162)) ### 🚞 Infrastructure diff --git a/src/components/button/button_content.tsx b/src/components/button/button_content.tsx index a4a5bb8a7f..3c260aeb47 100644 --- a/src/components/button/button_content.tsx +++ b/src/components/button/button_content.tsx @@ -96,7 +96,6 @@ export const OuiButtonContent: FunctionComponent< className="ouiButtonContent__icon" type={iconType} size={iconSize} - title={textProps?.title} color="inherit" // forces the icon to inherit its parent color /> );