Last modified: 2014-02-12 23:55:40 UTC
Created attachment 14108 [details] Blue highlight Recent accessibility changes to code mean that sections now get highlighted when toggled open. I'm not sure whether we want this or not as it looks very strange (see attachment)
Prioritization and scheduling of this bug is tracked on Mingle card https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1513
I don't really care what you do with this on mobile (probably doesn't matter much over there). But please don't disable the outline on desktop platforms, as it's the only way to see what currently has focus (important if using keyboard navigation).
Change 103750 had a related patch set uploaded by JGonera: Remove focus outlines on touch devices https://gerrit.wikimedia.org/r/103750
This patch didn't fix the bug - need to use the following for that: -webkit-tap-highlight-color: rgba(255, 255, 255, 0); tap-highlight-color: rgba(255, 255, 255, 0);
Either the bug has a wrong screenshot attached to it, or the patch did fix the bug. tap-highlight-color changes the background when something is tapped, not the outline shown in the screenshot.
I've created a new bug to make you happier. *** This bug has been marked as a duplicate of bug 58978 ***