Page MenuHomePhabricator

[web] Make all `<a>` and `<button>` `cursor:pointer`
ClosedPublic

Authored by atul on Mar 8 2022, 2:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 1:23 AM
Unknown Object (File)
Wed, Nov 20, 12:45 AM
Unknown Object (File)
Tue, Nov 19, 4:57 AM
Unknown Object (File)
Thu, Nov 14, 8:51 AM
Unknown Object (File)
Sat, Nov 9, 5:50 PM
Unknown Object (File)
Sat, Nov 9, 3:35 PM
Unknown Object (File)
Sat, Nov 9, 2:33 PM
Unknown Object (File)
Sat, Nov 9, 2:31 PM

Details

Summary

This came up in D3364 when we manually added cursor:pointer to a.sendButton.

Followed @palys-swm suggestion (https://phabricator.ashoat.com/D3364#90810) and applied this style "globally."

Note: I am not planning on going through the codebase right now and cutting every extraneous cursor:pointer applied to an <a> or <button>. I think doing so would be fine, but I don't want to check every single instance right now to ensure that there are no regressions. I think it's fine to leave them in even if they may be redundant.

Test Plan
  1. Patch this diff.
  2. Revert change in D3364 (comment out line manually)
  3. Make sure that we see a pointer when we hover over sendbutton
  4. Revert this diff
  5. Make sure that we don't see a pointer when we hover over sendbutton

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Mar 8 2022, 2:18 PM
This revision is now accepted and ready to land.Mar 8 2022, 2:29 PM

Should we create a diff where we remove cursor: pointer from all the other places?

In D3371#91115, @palys-swm wrote:

Should we create a diff where we remove cursor: pointer from all the other places?

Ah, you've explained this in the note. That makes sense!