Bugzilla – Attachment 125279 Details for
Bug 29037
Accessibility: OPAC links don't have sufficient contrast
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29037: Accessibility: OPAC links don't have sufficient contrast
Bug-29037-Accessibility-OPAC-links-dont-have-suffi.patch (text/plain), 1.64 KB, created by
Martin Renvoize (ashimema)
on 2021-09-24 15:52:36 UTC
(
hide
)
Description:
Bug 29037: Accessibility: OPAC links don't have sufficient contrast
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-09-24 15:52:36 UTC
Size:
1.64 KB
patch
obsolete
>From 653269c2f4e5eb03e96a13a4dd6d547a0e212e26 Mon Sep 17 00:00:00 2001 >From: Henry Bolshaw <bolshawh@parliament.uk> >Date: Thu, 16 Sep 2021 07:55:01 +0000 >Subject: [PATCH] Bug 29037: Accessibility: OPAC links don't have sufficient > contrast > >This patch changes the colour of links on the OPAC >to improve the contrast ratio and make the link >text easier to read. This accessibility issue was >identified using the WebAIM WAVE accessibility >browser extension and Google Chrome's Lighthouse >tool. > >To test: >1. Use an accessibility tool (e.g. Chrome's > Lighthouse tool) to test the contrast ratio. >2. Confirm that some links (e.g. breadcrumb links > and title links in search results) have > insufficient contrast. >3. Apply the patch and rebuild the OPAC CSS: > yarn build --view opac >4. Use the accessibility tool to confirm the > contrast ratio meets minimum requirements >5. Check that the OPAC still looks ok after the > changes. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index 1d0c0a94192..5714cd1b259 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -19,7 +19,7 @@ $input-btn-focus-color: #85CA11; > $input-btn-focus-box-shadow: 0 1px 1px $input-btn-focus-width $input-btn-focus-color; > > $color: #999999; >-$links: #0076B2; >+$links: #0074AD; > $links-hover: #005580; > $footer-height: 45px; > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29037
:
124912
|
125153
| 125279