Bugzilla – Attachment 127361 Details for
Bug 29195
Highlighting broken on odd rows in circ-patron-search-results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29195: Fix highlighting on odd rows in circ-patron-search-results
Bug-29195-Fix-highlighting-on-odd-rows-in-circ-pat.patch (text/plain), 1.64 KB, created by
Owen Leonard
on 2021-11-05 12:22:54 UTC
(
hide
)
Description:
Bug 29195: Fix highlighting on odd rows in circ-patron-search-results
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-05 12:22:54 UTC
Size:
1.64 KB
patch
obsolete
>From 5bc55e2ec6226eb923cf26f5b5cd3cf7002dc201 Mon Sep 17 00:00:00 2001 >From: Owen <oleonard@myacpl.org> >Date: Fri, 5 Nov 2021 12:22:07 +0000 >Subject: [PATCH] Bug 29195: Fix highlighting on odd rows in > circ-patron-search-results > >This patch adds "!important" to the CSS rule governing the background >color of table cells when hovered. It only applies to tables with the >"selections-table" class. > >Although "!important" is not usually recommended, in this case the >appliation is narrow enough that I think it outweighs the complicated >selector that would be required to make it work otherwise. > >To test, apply the patch and rebuild the staff interface CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >- Locate a record in the catalog and being the process of placing a > hold. >- When you're asked to enter a card number or search by name, search > using a name which will return multiple results. >- In the table of results, hovering the mouse over the table should > highlight the row in yellow. >- Perform the same test when searching for a club by name. >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index 138764992f..42c3452c5e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -324,7 +324,7 @@ tr { > tr { > &:hover { > td { >- background-color: #FFFF99; >+ background-color: #FFFF99 !important; > } > } > } >-- >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 29195
:
127361
|
127362