Bugzilla – Attachment 149062 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), 1006 bytes, created by
Pedro Amorim
on 2023-04-01 14:51:39 UTC
(
hide
)
Description:
Bug 33391: Prevent applying hover style on navmenulist currently active item
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-01 14:51:39 UTC
Size:
1006 bytes
patch
obsolete
>From 7f0a623bbe9d2b3a90a170cbd678843aec07c043 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 >--- > 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 9b1534fdbdb..bc95daff91a 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