CupertinoButton: Add clickable cursor on web#96863
CupertinoButton: Add clickable cursor on web#96863fluttergithubbot merged 3 commits intoflutter:masterfrom
Conversation
There was a problem hiding this comment.
Very straightforward implementation! I think it would be good for the test to also test when the mouse is not hovering over the button.
Another thing I noticed on macOS-web is that for buttons/tab-bars/and other clickable items there is a subtle highlight associated with a hover over the element. Though I did not find anything in regards to it on https://developer.apple.com/design/human-interface-guidelines/macos/user-interaction/
1bfddb6 to
5eac917
Compare
Remove trailing space Update test
5eac917 to
33a4c03
Compare
|
@Renzo-Olivares |
|
@Renzo-Olivares I've filed a bunch of other related PRs, I followed the same pattern and tested those as well using integration_test to make sure the web is in fact updating the cursor and following the same title pattern for all of them. |
part of #86174
Complete details #86174 (comment)
Integration test for web results:
CupertinoButton
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.