Bugzilla – Attachment 149061 Details for
Bug 33381
Active link in the menu is not always correctly styled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33381: Correct styling in the ERM menu
Bug-33381-Correct-styling-in-the-ERM-menu.patch (text/plain), 1.29 KB, created by
Pedro Amorim
on 2023-04-01 14:15:22 UTC
(
hide
)
Description:
Bug 33381: Correct styling in the ERM menu
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-01 14:15:22 UTC
Size:
1.29 KB
patch
obsolete
>From c283896088b43f6c6bc141bd9e3d51a7ac2d56d5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 31 Mar 2023 11:49:16 +0200 >Subject: [PATCH] Bug 33381: Correct styling in the ERM menu > >If you are on /erm/agreements you will notice that the "Agreements" tab on the >menu is correctly highlighted. However if you are on /erm/agreements/add it won't. > >Test plan: >Go to /cgi-bin/koha/erm/agreements/add and confirm that the "Agreements" >tab in styled the same as when you are on /erm/agreements > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >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 9b1534fdbdb..3ebf34ac51a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -345,7 +345,8 @@ aside { > > &.active > a, > a:hover, >- a.current { >+ a.current, >+ a.router-link-active:not(:disabled) { > background-color: #F3F4F4; > text-decoration: none; > color: $green-text-color; >-- >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 33381
:
149022
|
149061
|
149063
|
149188
|
149189
|
149190
|
149225