Bugzilla – Attachment 155304 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), 853 bytes, created by
Owen Leonard
on 2023-09-07 14:27:41 UTC
(
hide
)
Description:
Bug 34735: Remove pointer events from disabled links
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-09-07 14:27:41 UTC
Size:
853 bytes
patch
obsolete
>From 6898e21b934688cfa3f01d82fab24c7bc636dd9a 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> >--- > 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 e25e4a5460..c46536c8a3 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