Bugzilla – Attachment 183414 Details for
Bug 29069
Accessibility: "Refine your search" link doesn't have sufficient contrast
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29069: Replace the color of Refine your search link
Bug-29069-Replace-the-color-of-Refine-your-search-.patch (text/plain), 1.23 KB, created by
Owen Leonard
on 2025-06-23 11:29:24 UTC
(
hide
)
Description:
Bug 29069: Replace the color of Refine your search link
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-06-23 11:29:24 UTC
Size:
1.23 KB
patch
obsolete
>From 409cac9f8578d2f64263298ae0e9ac576f3ce461 Mon Sep 17 00:00:00 2001 >From: nina martinez <nina.martinez@biblibre.com> >Date: Wed, 18 Jun 2025 09:16:26 +0200 >Subject: [PATCH] Bug 29069: Replace the color of Refine your search link > >This is a trivial patch to correct the low color contrast of the >"Refine your search" link. >To test this patch, you can use the firefox extension: WCAG Contrast >Checker or WAVE. > >Test plan: > >1. Apply the patch >2. Search in the Koha OPAC >3. Check the color contrast of the "Refine your search" link. >4. If it is greater than 4.5, the test succeeds ! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >index c0eb207a7cb..fb11289812d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >@@ -464,7 +464,7 @@ > &:visited, > &:hover, > &:active { >- color: #727272; >+ color: #666666; > cursor: default; > > &::before { >-- >2.39.5
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 29069
:
183413
| 183414