Bugzilla – Attachment 115761 Details for
Bug 27543
Tooltip on opac-messaging.pl obscured by table headers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27543: Tooltip on opac-messaging.pl obscured by table headers
Bug-27543-Tooltip-on-opac-messagingpl-obscured-by-.patch (text/plain), 1.57 KB, created by
Owen Leonard
on 2021-01-25 12:33:40 UTC
(
hide
)
Description:
Bug 27543: Tooltip on opac-messaging.pl obscured by table headers
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-25 12:33:40 UTC
Size:
1.57 KB
patch
obsolete
>From d804474e7f39b6106c789bf1b86e8e9aa7c90fd3 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 25 Jan 2021 12:30:55 +0000 >Subject: [PATCH] Bug 27543: Tooltip on opac-messaging.pl obscured by table > headers > >This patch corrects which Bootstrap assets are compiled with the OPAC >CSS -- The file for Bootstrap tooltips should be included. > >To test, apply the patch and rebuild the OPAC CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >1) Log into the OPAC. >2) Go to 'your messaging' (opac-messaging.pl). >3) Hover over the Digests only tooltip. >4) Note that the tooltip looks correct. >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index 93a0c66712..2131189e6b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -73,7 +73,7 @@ $sci-heading-color: #727272; > // @import "../../../../../node_modules/bootstrap/scss/spinners"; > @import "../../../../../node_modules/bootstrap/scss/tables"; > // @import "../../../../../node_modules/bootstrap/scss/toasts"; >-// @import "../../../../../node_modules/bootstrap/scss/tooltip"; >+@import "../../../../../node_modules/bootstrap/scss/tooltip"; > @import "../../../../../node_modules/bootstrap/scss/transitions"; > @import "../../../../../node_modules/bootstrap/scss/type"; > @import "../../../../../node_modules/bootstrap/scss/utilities"; >-- >2.11.0
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 27543
:
115755
|
115761
|
115762
|
115838