Bugzilla – Attachment 144094 Details for
Bug 32261
Insufficient user feedback when selecting patron in autocomplete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32261: Add more UI feedback when selecting patron from autocomplete
Bug-32261-Add-more-UI-feedback-when-selecting-patr.patch (text/plain), 1.53 KB, created by
Katrin Fischer
on 2022-11-19 20:18:17 UTC
(
hide
)
Description:
Bug 32261: Add more UI feedback when selecting patron from autocomplete
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-19 20:18:17 UTC
Size:
1.53 KB
patch
obsolete
>From 860d51d5d1ce12f533ce9b2724627f6fef506d2d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 18 Nov 2022 09:55:06 +0100 >Subject: [PATCH] Bug 32261: Add more UI feedback when selecting patron from > autocomplete > >There is only a tiny change in the color of the selected item, but it's >not obvious. > >Test plan: >Regenerate the css files using `yarn build` >Search for patrons and note that the down/up keys let you select a >patron and the background color change. >Note that the background color is not on the container and so is not >similar as the hover rule (when using the mouse). We could change that, >but then the behaviour is weird when you have both the mouse and the >keyboard selecting items in the item list. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 054b6bf3a8..aad595f67a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2639,6 +2639,9 @@ td.bundle { > > .ui-state-active, > .ui-state-focus { >+ background: #e3f1df none; >+ color: #212121; >+ font-weight: normal; > margin: 0; > } > } >-- >2.30.2
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 32261
:
144046
|
144047
|
144058
|
144059
|
144093
| 144094