Bugzilla – Attachment 181261 Details for
Bug 39696
Low contrast for claim return date in circulation overdue report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39696: Enhanced text contrast by changing it to black
Bug-39696-Enhanced-text-contrast-by-changing-it-to.patch (text/plain), 1.71 KB, created by
Laura Escamilla
on 2025-04-22 13:06:33 UTC
(
hide
)
Description:
Bug 39696: Enhanced text contrast by changing it to black
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-04-22 13:06:33 UTC
Size:
1.71 KB
patch
obsolete
>From 521ffef7dc20345d86cab368245fc82f0b33bdee Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 22 Apr 2025 13:04:12 +0000 >Subject: [PATCH] Bug 39696: Enhanced text contrast by changing it to black > >Steps to test: >1. Enable the ability to mark items as "Claimed Returned" by setting the ClaimReturnedLostValue system preference. >2. Check out an item to a patron, and backdate the due date so that it becomes overdue. >3. Navigate to: /cgi-bin/koha/circ/overdue.pl to view the overdue item. >4. Mark the item as "Claims Returned". >5. Observe the display: the claim return date text uses #fff (white), which is not visible on white table rows and has poor contrast on grey rows. >6. Apply the patch >7. Yarn build >8. Clear cache in browser and observe the display: the claim return date text is now #000 (black). >9. Sign off and have an amazing day! :D >--- > koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >index 1416c7f0be..6da82307f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss >@@ -1495,7 +1495,7 @@ $toast-header-border-color: $toast-border-color; > // scss-docs-start badge-variables > $badge-font-size: .9em; > $badge-font-weight: $font-weight-bold; >-$badge-color: $white; >+$badge-color: $black; > $badge-padding-y: .35em; > $badge-padding-x: .65em; > $badge-border-radius: var(--#{$prefix}border-radius); >-- >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 39696
: 181261