? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
24 May 2021

Anything using $gray-600 is getting the color from the bs5 variables.scss

$text-muted:   $gray-600 !default;
$form-text-color:  $text-muted !default;

This is not a contrast problem when the background color is white but if the background is the blue pattern then the color ratio fails

One place where this is used is the alias description
image

I am not sure why but we are overriding the bs5 default colors for the $gray-* variables nor why the $gray-600 was commented out

This PR uncomments the gray-600 variable and changes it slightly so that the contrast is valid on both the white and blue backgrounds

Pull Request for Issue #33580

this is a scss change so dont forget to rebuild the css

avatar brianteeman brianteeman - open - 24 May 2021
avatar brianteeman brianteeman - change - 24 May 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 24 May 2021
Category Administration Templates (admin) NPM Change
avatar brianteeman brianteeman - change - 24 May 2021
The description was changed
avatar brianteeman brianteeman - edited - 24 May 2021
avatar PhilETaylor
PhilETaylor - comment - 25 May 2021

I literally cannot see any difference in the colour - am I too old now?

Before PR #6c757d

Screenshot 2021-05-25 at 20 19 45

After PR #666e76

Screenshot 2021-05-25 at 20 20 17

EDIT: ok maybe I can see a difference here in GitHub in these images now, but in the browser I could not...

avatar PhilETaylor PhilETaylor - test_item - 25 May 2021 - Tested successfully
avatar PhilETaylor
PhilETaylor - comment - 25 May 2021

I have tested this item successfully on 0e8901e


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34156.

avatar brianteeman
brianteeman - comment - 25 May 2021

I literally cannot see any difference in the colour - am I tool old now?

You shouldn't be able to unless you have great eyesight. it only fractionally failed the contrast checker but people want to have zero errors when they run a test

avatar Quy Quy - test_item - 25 May 2021 - Tested successfully
avatar Quy
Quy - comment - 25 May 2021

I have tested this item successfully on 0e8901e


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34156.

avatar Quy Quy - change - 25 May 2021
Status Pending Ready to Commit
Labels Added: ?
avatar Quy
Quy - comment - 25 May 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34156.

avatar chmst chmst - change - 25 May 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-05-25 20:35:08
Closed_By chmst
Labels Added: ?
avatar chmst chmst - close - 25 May 2021
avatar chmst chmst - merge - 25 May 2021
avatar chmst
chmst - comment - 25 May 2021

Thanks!

avatar brianteeman
brianteeman - comment - 25 May 2021

thanks

Add a Comment

Login with GitHub to post a comment