Issue
As the result of removing -webkit-tap-highlight-color: transparent (see T188043), Android's default highlight color of aqua is now showing up quite prominently in mobile web (it appears when tapping links, collapsable sections, menu items, buttons, icons, and more). This was an oversight on my part while testing.
Steps to reproduce
- Go to https://en.m.wikipedia.org/wiki/Main_Page on an Android device
- Tap on some links, images, section titles, nav items
(here is a screen recording, although the aqua is much brighter in real life)
Expected Behavior
- Tappable elements show
- text changing colors (for links) (we can call this optional for the scope of this ticket)
- a background highlight of transparent gray
Actual Behavior
- Tappable elements show
- text changing colors (for links) (we can call this optional for the scope of this ticket)
- a background highlight of aqua (Android only)
Environments
- Samsung Galaxy S6, v7.0
- Chrome (latest)
Acceptance criteria
- Restore -webkit-tap-highlight-color: transparent` should be light gray for all browsers.
Testing
- Please test this change on the beta cluster
- iOS (Safari + Google Chrome) should have the same behavior as production
- Android (Google Chrome + UC Browser) should have the expected behavior described above