From 5d7a0baf65c85ef6e60f1e2526ff083ce6be3e9e Mon Sep 17 00:00:00 2001 From: Karina Sigartau Date: Tue, 22 Mar 2022 11:25:08 +0200 Subject: [PATCH] feat(Button): make tooltip appear even if button is disabled --- .../WebexActivity.stories.storyshot | 4 -- .../WebexMediaAccess.stories.storyshot | 2 - .../WebexMeeting.stories.storyshot | 60 +------------------ .../WebexMeetingControl.stories.storyshot | 11 +--- .../WebexMeetingControlBar.stories.storyshot | 22 ------- ...etingGuestAuthentication.stories.storyshot | 4 +- ...eetingHostAuthentication.stories.storyshot | 4 +- .../WebexMemberRoster.stories.storyshot | 3 - .../WebexWaitingForHost.stories.storyshot | 1 - .../__snapshots__/Actions.stories.storyshot | 17 +----- .../Containers.stories.storyshot | 6 -- .../__snapshots__/Inputs.stories.storyshot | 10 ---- .../AdaptiveCard.stories.storyshot | 1 - src/components/generic/Button/Button.jsx | 5 +- src/components/generic/Button/Button.scss | 12 ++-- 15 files changed, 15 insertions(+), 147 deletions(-) diff --git a/src/components/WebexActivity/__snapshots__/WebexActivity.stories.storyshot b/src/components/WebexActivity/__snapshots__/WebexActivity.stories.storyshot index 0b4c76ef3..0e01e2662 100644 --- a/src/components/WebexActivity/__snapshots__/WebexActivity.stories.storyshot +++ b/src/components/WebexActivity/__snapshots__/WebexActivity.stories.storyshot @@ -429,7 +429,6 @@ Array [ aria-label="Clear input" autoFocus={false} className="wxc wxc-button wxc-button--ghost" - disabled={false} onClick={[Function]} style={ Object { @@ -465,7 +464,6 @@ Array [ aria-label="Increase value" autoFocus={false} className="wxc wxc-button wxc-number-input__increment-button wxc-button--ghost" - disabled={false} onClick={[Function]} style={ Object { @@ -493,7 +491,6 @@ Array [ aria-label="Decrease value" autoFocus={false} className="wxc wxc-button wxc-number-input__decrement-button wxc-button--ghost" - disabled={false} onClick={[Function]} style={ Object { @@ -809,7 +806,6 @@ Array [