Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable React Tooltip for Disabled Buttons #1916

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

Onurcankaratay
Copy link
Member

@Onurcankaratay Onurcankaratay commented Nov 15, 2024

Trello: https://trello.com/c/QtXRkHEe

This PR addresses an issue where React Tooltip was not displayed for button elements with the disabled attribute.

By updating the CSS properties for disabled buttons:

  • cursor is set to default.
  • pointer-events is set to auto.

These changes ensure that tooltips are visible even for disabled buttons.

@Onurcankaratay
Copy link
Member Author

@Onurcankaratay Onurcankaratay merged commit 27a1ce5 into master Nov 15, 2024
3 checks passed
@Onurcankaratay Onurcankaratay deleted the utk_select_all_tooltip branch November 15, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants