User tests: Successful: Unsuccessful:
Title: WCAG 1.4.3: Elements must have sufficient color contrast (.j-links-link)
Tags: Accessibility, WCAG 1.4.3, color-contrast
Issue: Elements must have sufficient color contrast (color-contrast - https://dequeuniversity.com/rules/axe/3.3/color-contrast?application=msftAI)
Element has insufficient color contrast of 4.48 (foreground color: #495057, background color: #f9acaa, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
Target application: Control Panel - 4.0 Evaluar - Administration - http://localhost/joomla-cms/administrator/index.php
Element path: #plg_quickicon_extensionupdate > .quickicon-text.align-items-center.d-flex > .j-links-link
Snippet: <span class="j-links-link">Updates are available! <span class="badge badge-light">2</span></span>
npm i
there is almost no visible difference
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Labels |
Added:
?
|
I have tested this item
Thanks brian and thanks astrid for your perfect testing description I would like to see this from every tester ;-)
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-03 12:30:27 |
Closed_By | ⇒ | HLeithner |
Thanks all
If tested this successful.
I did the following:
It was
#f9acaa;
I run
git fetch origin pull/27357/head:qicon
and changed toqicon
branch.I run
npm i
After reloading the site I did not realize a change. But in CSS I see the new background color.
#f5b9b7;