Making WordPress.org

Opened 3 years ago

Last modified 3 years ago

#6085 new defect (bug)

insufficient contrast of the link in the menu

Reported by: otshelnik-fm's profile Otshelnik-Fm Owned by:
Milestone: Priority: normal
Component: WordPress.org Site Keywords:
Cc:

Description

Insufficient contrast of the link in the menu (not WCAG 2.0 Level AA) http://joxi.ru/KAxR7GbHvy709m

Change to 0.9

color: rgba(255, 255, 255, .9);

Result: http://joxi.ru/BA0eW31iv5eR5r

Attachments (2)

6085.diff (6.9 KB) - added by aezazshekh 3 years ago.
Added patch ( I have changed the style globally in all sites )
6085.2.diff (6.9 KB) - added by aezazshekh 3 years ago.
added final patch

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
3 years ago

  • Component changed from Translate Site & Plugins to WordPress.org Site

Thanks for the ticket!

Just noting that while these particular styles come from wporg-gp-customizations/templates/style.css, the color: rgba(255, 255, 255, 0.8) property is also defined globally on a few other sites:

  • style/trac/wp-trac.css
  • wp-content/plugins/wporg-gp-customizations/templates/style.css
  • wp-content/themes/pub/wporg-breathe/style.css
  • wp-content/themes/pub/wporg-developer/stylesheets/main.css
  • wp-content/themes/pub/wporg-support/style.css

So the fix should also be made globally.

@aezazshekh
3 years ago

Added patch ( I have changed the style globally in all sites )

@aezazshekh
3 years ago

added final patch

Note: See TracTickets for help on using tickets.