Bugzilla – Attachment 179447 Details for
Bug 39354
Remove unintended Bootstrap 5 change to scroll-behavior
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39354: (follow-up) Override additional BS5 CSS for multiple-select
Bug-39354-follow-up-Override-additional-BS5-CSS-fo.patch (text/plain), 941 bytes, created by
Owen Leonard
on 2025-03-18 11:41:20 UTC
(
hide
)
Description:
Bug 39354: (follow-up) Override additional BS5 CSS for multiple-select
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-18 11:41:20 UTC
Size:
941 bytes
patch
obsolete
>From 3df47cbca95ba26ff0d4b7de455ffd2cb2ed1c89 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 18 Mar 2025 11:36:19 +0000 >Subject: [PATCH] Bug 39354: (follow-up) Override additional BS5 CSS for > multiple-select > >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 1ce17630cca..d8a1d8aca37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -119,7 +119,11 @@ $enable-dark-mode: false; > > .placeholder { > /* Override Bootstrap style which conflicts with multiple-select */ >+ background-color: unset; > cursor: default; >+ display: block; >+ min-height: unset; >+ opacity: unset; > } > > .dropup .dropdown-menu[data-bs-popper] { >-- >2.39.5
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 39354
:
179383
|
179415
|
179421
| 179447