Bugzilla – Attachment 149097 Details for
Bug 33391
Currently active menu item on navmenulist should not change style on hover
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33391: Prevent applying hover style on navmenulist currently active item
Bug-33391-Prevent-applying-hover-style-on-navmenul.patch (text/plain), 1.04 KB, created by
Lucas Gass (lukeg)
on 2023-04-03 14:38:00 UTC
(
hide
)
Description:
Bug 33391: Prevent applying hover style on navmenulist currently active item
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-04-03 14:38:00 UTC
Size:
1.04 KB
patch
obsolete
>From eb7635dc6e623e4331cb5792fd3742d28812afb0 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Sat, 1 Apr 2023 14:51:02 +0000 >Subject: [PATCH] Bug 33391: Prevent applying hover style on navmenulist > currently active item > >* Apply patch >* Run yarn css:build >* Do the 2nd example above again and verify > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- > 1 file changed, 1 insertion(+), 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 9b1534fdbd..bc95daff91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -353,7 +353,7 @@ aside { > font-weight: bold; > } > >- a:hover { >+ a:hover:not(.current) { > border-left: solid 5px $background-color-secondary; > font-weight: normal; > } >-- >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 33391
:
149062
|
149097
|
149226