Bugzilla – Attachment 153069 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: (follow-up) Add additional specific CSS
Bug-34201-follow-up-Add-additional-specific-CSS.patch (text/plain), 2.38 KB, created by
Owen Leonard
on 2023-07-05 16:48:10 UTC
(
hide
)
Description:
Bug 34201: (follow-up) Add additional specific CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-07-05 16:48:10 UTC
Size:
2.38 KB
patch
obsolete
>From dc67a494340fe4c47fe05faace8daa9dff991307 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 5 Jul 2023 16:40:59 +0000 >Subject: [PATCH] Bug 34201: (follow-up) Add additional specific CSS > >This patch adds more CSS to make sure this works in Vue and non-Vue >pages. On non-Vue pages there are these three states: > >.sorting, >.sorting_asc, >.sorting_desc > >On the ERM page with Vue there is: > >.sorting, >.sorting.sorting_asc, >.sorting.sorting_desc > >This patch ensures all are covered. >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 12 +++++++++++- > 1 file changed, 11 insertions(+), 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 8e96f4dfe6..d90ffa219b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -134,9 +134,19 @@ table { > } > } > >- .sorting:not(.sorting_asc):not(.sorting_desc) { >+ .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; >+ >+ &.sorting_asc { >+ background: url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L2c+PC9zdmc+" ) no-repeat scroll right center $table-header-background; >+ padding-right: 19px; >+ } >+ >+ &.sorting_desc { >+ background: url( "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvZz48L3N2Zz4=" ) 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