Bugzilla – Attachment 183413 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.18 KB, created by
Nina Martinez
on 2025-06-23 10:19:19 UTC
(
hide
)
Description:
Bug 29069: Replace the color of Refine your search link
Filename:
MIME Type:
Creator:
Nina Martinez
Created:
2025-06-23 10:19:19 UTC
Size:
1.18 KB
patch
obsolete
>From c0f38075387a0d77671b713c38e45b7827740ad4 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 ! >--- > 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 c0eb207a7c..fb11289812 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.43.0
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