Skip to content

Commit

Permalink
feat(Button): make tooltip appear even if button is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
karinasigartau0798 authored and cipak committed Mar 22, 2022
1 parent a3bf24b commit 5d7a0ba
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ Array [
aria-label="Clear input"
autoFocus={false}
className="wxc wxc-button wxc-button--ghost"
disabled={false}
onClick={[Function]}
style={
Object {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -809,7 +806,6 @@ Array [
<button
autoFocus={false}
className="wxc wxc-button wxc wxc-ac-action wxc wxc-ac-action-submit wxc wxc-ac wxc-ac-action-style--default wxc-button--primary"
disabled={false}
onClick={[Function]}
style={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Array [
aria-label="Proceed without camera. This setting cannot be changed once the meeting starts."
autoFocus={false}
className="wxc wxc-button wxc-button--default"
disabled={false}
onClick={[Function]}
style={
Object {
Expand Down Expand Up @@ -130,7 +129,6 @@ Array [
aria-label="Proceed without audio. This setting cannot be changed once the meeting starts."
autoFocus={false}
className="wxc wxc-button wxc-button--default"
disabled={false}
onClick={[Function]}
style={
Object {
Expand Down
Loading

0 comments on commit 5d7a0ba

Please sign in to comment.