Bug 33491: Do not apply style to agreement list view
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 2 May 2023 08:18:59 +0000 (10:18 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 15 May 2023 11:53:45 +0000 (08:53 -0300)
commit1e231653ca10768b019ac616bc115fd5afbdb955
treea5c9775269926e13982b9be260c42b6d9c720e29
parent9d4dc1cf215577de78fb7526a00966ffdce3f4b4
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>
Bug 33491: Add a more specific class for the modal

We don't want to apply these CSS rules to other modals

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue