If you go to system preferences with "Accounting" menu item active: /cgi-bin/koha/admin/preferences.pl?tab=accounting Hover on it, you'll see no difference (that's the intended behaviour) Now go to cataloging tools - inventory with "Inventory" menu item active: /cgi-bin/koha/tools/inventory.pl Hover on it, you'll see the :hover is style is overriding the .current style, resulting in jumpy behaviour with bold->normal font-size. This is happening in other places (ERM side menu, others).
Created attachment 149062 [details] [review] 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
Created attachment 149097 [details] [review] 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>
I am wondering if we should not fix bug 33381 before this one. For instance the problem still appear on /erm/agreements/add
Created attachment 149226 [details] [review] 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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.
Not needed in 22.05.x, no backport.