hyrax icon indicating copy to clipboard operation
hyrax copied to clipboard

Testing review

Open rkuehn-uofl opened this issue 1 year ago • 0 comments

Fixes

Fixes #6810

Summary

On dev.nurax.samvera.org (Hyrax 5.0.1), the Who should be able to view or download this content? text on the Permissions tab of the Edit File page does not meet minimum WCAG AA color contrast requirements

Guidance for testing, such as acceptance criteria or new user interface behaviors:

*In Chrome, download the Site Improve browser extension As an admin, go to https://dev.nurax.samvera.org/concern/file_sets/p2676v71k/edit?locale=en#permissions_display and run the Site Improve browser extension edit_file_color_contrast

Type of change (for release notes)

notes-accessibility-concern

Detailed Description

Location: /hyrax/app/assets/stylesheets/hyrax/_forms.scss The color was changed from #99999 to #4f4f4f on line #3 within legend-small CSS tag and tested to meet 7:

legend small {
  margin-left: 0.5em;
  color: #4f4f4f;
  font-size: 15px;
}

For Review

Changes proposed in this pull request:

  • Change "color: #99999" to "color: #4f4f4f" within legend-small CSS block to meet 2.85:1 ratio accessibility standard

@samvera/hyrax-code-reviewers

rkuehn-uofl avatar Jun 25 '24 13:06 rkuehn-uofl