Bugzilla – Attachment 150518 Details for
Bug 33491
EBSCO Packages - Add new agreement UI has some issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33491: Do not apply style to agreement list view
Bug-33491-Do-not-apply-style-to-agreement-list-vie.patch (text/plain), 1.45 KB, created by
Pedro Amorim
on 2023-05-02 14:05:22 UTC
(
hide
)
Description:
Bug 33491: Do not apply style to agreement list view
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-05-02 14:05:22 UTC
Size:
1.45 KB
patch
obsolete
>From a2732cf219c70b308af0eae8d9f1f8a0286df7f9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 2 May 2023 10:18:59 +0200 >Subject: [PATCH] Bug 33491: Do not apply style to agreement list view > >We removed the 'scoped' attribute and so the style rules added in the >previous patch were applied to the agreement list view. >Why is 'scoped' not working is the main question here (?) but adding a >more specific selector to aim only the component (AgreementsList) from >the modal is a quick solution. > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue >index 1946711b75..7264dc72fc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue >@@ -151,13 +151,13 @@ export default { > </style> > > <style> >-#agreements_list table { >+.modal #agreements_list table { > display: table; > } >-.filters label { >+.modal .filters label { > float: none !important; > } >-.filters input[type="checkbox"] { >+.modal .filters input[type="checkbox"] { > margin-left: 0 !important; > } > </style> >-- >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 33491
:
149453
|
149474
|
149778
|
149823
|
149853
|
149924
|
150505
| 150518 |
150564