mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
The custom helper was adding a PowerTip which replaced the title attribute with its own display. I removed the PowerTip and use a simple title attribute. This should have several benefits: - Capybara can find the link by the title. - Screenreaders should be able read the title. - Browser can show the title in the best position. - Using the browser feature is more consistent and efficient.