Task #92674
closedEpic #89595: Improve accessibility of backend
Button "Show all" in search dialog modal has insufficient color contrast
0%
Description
When you type text in the search input field and the search modal dialog appears with multiple results, there is a button at the end which says "Show all". This button has insufficient color contrast of 2.7 (foreground color: #ABD0F0, background color: #0078E5), see WebAIM Color Contrast Checker.
<a href="#" class="btn btn-primary pull-right t3js-live-search-show-all">Show All</a>
Recommendation:
To fix this issue, increase the contrast to a contrast ratio of minimum 4.5:1.
Updated by Riccardo De Contardi 8 months ago
The global search functionality has been completely rewritten on v. 12+ with a modal window and no "show all" button AFAICS.
I'd tend to close this one
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
As per my previous comment, I close this issue as it affects only TYPO3 11
If you think that this is the wrong decision or there is still work to do here, please reopen it or open a new issue with a reference to this one. Thank you.