Bugzilla – Attachment 155283 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: Style disabled breadcrumbs
Bug-34735-Style-disabled-breadcrumbs.patch (text/plain), 1019 bytes, created by
Lucas Gass (lukeg)
on 2023-09-07 01:55:22 UTC
(
hide
)
Description:
Bug 34735: Style disabled breadcrumbs
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-09-07 01:55:22 UTC
Size:
1019 bytes
patch
obsolete
>From f58eb2397acf757e1cf56ba34a60275fe4ee4381 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 7 Sep 2023 01:52:47 +0000 >Subject: [PATCH] Bug 34735: Style disabled breadcrumbs > >To test: >1. Turn on ERMModule. >2. Notice the disbaled breadcrumbs are color: #000; >3. Apply patch, yarn build >4. Look again, disbaled breadcrumbs are color; #696969; >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue >index 9d2b74db0c..50e02d4c7d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Breadcrumbs.vue >@@ -47,7 +47,7 @@ export default { > #breadcrumbs .disabled { > padding: 0.6em 0.3em; > text-decoration: none; >- color: #000; >+ color: #696969; > pointer-events: none; > } > </style> >-- >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