Summary: | "Place recall" hover styling on OPAC not consistent | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | emily.lamancusa, fridolin.somers, lucas, oleonard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00,23.11.04
|
|
Circulation function: | |||
Attachments: |
Bug 36070: Fix css class
Bug 36070: Fix css class Bug 36070: Fix css class |
Description
Pedro Amorim
2024-02-12 13:04:57 UTC
Created attachment 162033 [details] [review] Bug 36070: Fix css class 1) Enable UseRecalls 2) Checkout an item to a patron: Top INTRA search bar: pick 'check out' and paste a patron cardnumber: 23529000035676 press enter 3) Enter an item barcode: 39999000003154 Press checkout 4) As user koha/koha, visit OPAC page for this biblio: opac-url/cgi-bin/koha/opac-detail.pl?biblionumber=76 5) Notice all sidebar actions on the right have hover effect except for 'Place recall' Apply patch, repeat test plan.wq Created attachment 162035 [details] [review] Bug 36070: Fix css class 1) Enable UseRecalls 2) Checkout an item to a patron: Top INTRA search bar: pick 'check out' and paste a patron cardnumber: 23529000035676 press enter 3) Enter an item barcode: 39999000003154 Press checkout 4) As user koha/koha, visit OPAC page for this biblio: opac-url/cgi-bin/koha/opac-detail.pl?biblionumber=76 5) Notice all sidebar actions on the right have hover effect except for 'Place recall' Apply patch, repeat test plan. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 162930 [details] [review] Bug 36070: Fix css class 1) Enable UseRecalls 2) Checkout an item to a patron: Top INTRA search bar: pick 'check out' and paste a patron cardnumber: 23529000035676 press enter 3) Enter an item barcode: 39999000003154 Press checkout 4) As user koha/koha, visit OPAC page for this biblio: opac-url/cgi-bin/koha/opac-detail.pl?biblionumber=76 5) Notice all sidebar actions on the right have hover effect except for 'Place recall' Apply patch, repeat test plan. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Nice catch! Fixes the problem and QA script passes. Passing QA Pushed for 24.05! Well done everyone, thank you! Whooo there are a lot of FA icons without 'fa' class : git grep 'class="fa-' -- koha-tmpl Need to be fixed ? Pushed to 23.11.x for 23.11.04 |