Bugzilla – Attachment 186451 Details for
Bug 40816
Upgrade DataTables from 2.1.8 to >2.3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40816: Fix sort icons
Bug-40816-Fix-sort-icons.patch (text/plain), 2.32 KB, created by
Jonathan Druart
on 2025-09-16 08:19:48 UTC
(
hide
)
Description:
Bug 40816: Fix sort icons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-16 08:19:48 UTC
Size:
2.32 KB
patch
obsolete
>From 9699c13687377489434af959f5889760ea2da338 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Sep 2025 10:15:42 +0200 >Subject: [PATCH] Bug 40816: Fix sort icons > >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 11 ----------- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 10 ---------- > 2 files changed, 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index 476597ed468..0dd33a42574 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -130,17 +130,6 @@ table { > text-align: center; > } > >- &.dt-orderable-asc span.dt-column-order, >- &.dt-orderable-desc span.dt-column-order, >- &.dt-ordering-asc span.dt-column-order, >- &.dt-ordering-desc span.dt-column-order { >- bottom: 0; >- position: absolute; >- right: 10px; >- top: 0; >- width: 7px; >- } >- > &.dt-orderable-asc span.dt-column-order::before, > &.dt-ordering-asc span.dt-column-order::before { > content: "\f0d8"; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index 87fb0fa0b9b..190b28132aa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -863,16 +863,6 @@ table { > thead { > tr { > th { >- &.dt-orderable-asc span.dt-column-order, >- &.dt-orderable-desc span.dt-column-order, >- &.dt-ordering-asc span.dt-column-order, >- &.dt-ordering-desc span.dt-column-order { >- bottom: 0; >- position: absolute; >- right: 10px; >- top: 40%; >- width: 7px; >- } > > &.dt-orderable-asc span.dt-column-order::before, > &.dt-ordering-asc span.dt-column-order::before, >-- >2.34.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 40816
:
186448
|
186449
|
186450
| 186451