Bugzilla – Attachment 155747 Details for
Bug 34735
Current/disabled links in breadcrumbs are styled differently when in ERM module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34735: Remove pointer events from disabled links
Bug-34735-Remove-pointer-events-from-disabled-link.patch (text/plain), 910 bytes, created by
Katrin Fischer
on 2023-09-17 13:07:57 UTC
(
hide
)
Description:
Bug 34735: Remove pointer events from disabled links
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-17 13:07:57 UTC
Size:
910 bytes
patch
obsolete
>From d8e37caac379304642852663c4d17c350f23e223 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 7 Sep 2023 09:52:06 +0000 >Subject: [PATCH] Bug 34735: Remove pointer events from disabled links > >Add pointer-events: none to a.disabled links in staff > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > 1 file changed, 1 insertion(+) > >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 6a8f64e29e..905bd67e18 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -133,6 +133,7 @@ a { > > &.disabled { > color: #999999; >+ pointer-events: none; > } > > &.document { >-- >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 34735
:
155283
|
155287
|
155288
|
155289
|
155303
|
155304
|
155305
|
155306
|
155746
| 155747 |
155748
|
155749