Add subtle web hover to interactive rows #5989
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Posts and notifications are interactive but we're currently not providing a clue.
This adds a very slight hover to the interactive tap target, similar as on Twitter. Our existing contrast options are too hard so I used a half opacity. Didn't want to add another color value.
Review with no whitespace
hover_lite.mov
dim.mov
dark.mov
Test Plan
Web-only.
Verify posts in feed, posts in threads, posts in search, and different types of notifications.
Verify quotes get nested hover. Highlighted thread post should not get hover.
Note that I did not do this in threaded mode. The markup there is a bit too complex for my brain and I couldn't get the right area to highlight. I think it's fine, we can follow-up if desirable.