Opened 6 weeks ago
Closed 6 weeks ago
#8284 closed defect (bug) (fixed)
Text contrast error on WordPress.org inside error toast in profile page
| Reported by: | webvitaminastudio | Owned by: | yani.iliev |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Profiles | Keywords: | has-screenshots |
| Cc: |
Description
I found some error in the CSS of .bg-template-notice.error, var(--c-warn-wash) does not respect accessibility
Attachments (2)
Change History (5)
#3
@
6 weeks ago
- Resolution → fixed
- Status assigned → closed
Good catch, thanks! Confirmed and fixed. The notice container's own colors were compliant (#b3261e on the wash measures 5.87:1), but a legacy rule from the previous design (div#message.error p) was still painting the inner paragraph white. The restyle had stripped that rule's red background but not its text color, which left white text on the light pink background. The paragraph now inherits the notice color in all variants (error 5.87:1, success 5.64:1). Fixed in r24840
Props webvitaminastudio dd32
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Inspector tool