Remove pointer-events: 'none' from BaseButton disabled styles#17737
Conversation
Asset size changes
Baseline commit: ae21a051f71e7f7f71621f711a1da8dcb9284826 (build) |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e467b6f:
|
|
@msft-fluent-ui-bot merge in 1 minute. |
|
Hello @khmakoto! Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:
If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you". |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
|
🎉 Handy links: |
|
🎉 Handy links: |
|
🎉 Handy links: |
…oft#17737) #### Pull request checklist - [x] Addresses an existing issue: Fixes microsoft#17606 - [x] Include a change request file using `$ yarn change` #### Description of changes Removes the `pointer-events: 'none'` styling that is applied to disabled buttons. This allows disabled buttons to have native `title` tooltips available (which is how native html buttons work in their disabled state). #### Focus areas to test Buttons
Pull request checklist
$ yarn changeDescription of changes
Removes the
pointer-events: 'none'styling that is applied to disabled buttons. This allows disabled buttons to have nativetitletooltips available (which is how native html buttons work in their disabled state).Focus areas to test
Buttons