Bugzilla – Attachment 153068 Details for
Bug 34201
Missing sorting indicator on the ERM tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34201: Restore sorting indicator on ERM tables
Bug-34201-Restore-sorting-indicator-on-ERM-tables.patch (text/plain), 1.63 KB, created by
Sam Lau
on 2023-07-05 16:31:54 UTC
(
hide
)
Description:
Bug 34201: Restore sorting indicator on ERM tables
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-07-05 16:31:54 UTC
Size:
1.63 KB
patch
obsolete
>From e755d1ae28c3e705252bdd34eeb8b7f481b8073e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Jul 2023 13:47:23 +0200 >Subject: [PATCH] Bug 34201: Restore sorting indicator on ERM tables > >DataTable Vue component keep the 'sorting' class on the th which display >the grey up/down icon over the blue icon which indicate the current sort >column > >Test plan: >Create several agreements, notice that the list view is having the >sorting indicators (blue arrows) in the top right of the first column. >Sort the columns: asc, desc, combined sort (shift+click) and confirm >that the indicators are correct > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > 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 5749180d6a..8e96f4dfe6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -134,7 +134,7 @@ table { > } > } > >- .sorting { >+ .sorting:not(.sorting_asc):not(.sorting_desc) { > background: url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi41NTFtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMyAyLjU1MDY2MTQiPjxwYXRoIGZpbGw9IiNhY2FjYWMiIGQ9Ik00LjA1IDEuNDVoLTIuMUwzIDIuNTV6Ii8+PHBhdGggZmlsbD0iI2FjYWNhYyIgZD0iTTQuMDUgMS4xaC0yLjFMMyAweiIvPjwvc3ZnPg==" ) no-repeat scroll right center $table-header-background; > padding-right: 19px; > } >-- >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 34201
:
153053
|
153068
|
153069
|
153076
|
153182