Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2022 at 23:58 UTC
Updated:
11 May 2022 at 23:49 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
rkollerComment #3
rkollerComment #4
rkollerExtended the scope of the issue by adding the two grey buttons on grey background. Changed the title and updated the IS
Comment #5
rkollerComment #6
rkollerComment #7
rkollerI've updated the title and IS of the issue. I've removed the part about the buttons since those got a dedicated issue now at https://www.drupal.org/project/drupal/issues/3272266 . so the scope of this issue is simply focused on a single element and the buttons topic applies also to several pages across the admin interface this issue here only to the preview section on a views edit page.
Comment #8
mherchelQuick fix. I updated the color from
#818181tovar(--color-gray-800)(#55565b), which has a 7.32:1 contrast ratio.Comment #9
rkollercool thank you! I've applied the patch and everything looks good and correct. For comparison three of the headlines before the patch:


and after the patch:
Setting the issue to RTBC, since the hex color as well as the variable is taken from the new Claro grey scale ( https://www.drupal.org/project/drupal/issues/3154539 ) and those two lines are the only changes for the patch.
Comment #12
ckrinaCommitted 40ad2f7 and pushed to 10.0.x and 9.4.x. Thanks!