Item card selection border radius is incorrect on touch devices
JohnSundell opened this issue · 1 comments
JohnSundell commented
An item card's border radius should be maintained even when selected on touch devices.
Reported via Twitter: https://twitter.com/neilgotnothing/status/1164245398602436608.
JohnSundell commented
After investigating this, I'm closing it as a won't-fix. It turns out that there's now way to adjust the border radius of the highlight color that WebKit applies to elements on touch devices, so the only option would be to either modify the HTML structure, or to remove the highlight - both of which are not great options (especially the latter, since it'd make Swift by Sundell feel non-standard on iOS).