[Koha-bugs] [Bug 33381] Active link in the menu is not always correctly styled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 1 17:00:20 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33381

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Needs Signoff

--- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Hmm... Giving this a second look, I don't think we should be adding niche ERM
styling cases onto staff-global.scss.

@Joubu this patch also "fixed" (unintentionally, I believe) the jumpy behavior
I mentioned to you on hackfest, I opened bug 33391 for that.

As for this specific bug, I think the selector in your patch is wrong, it
should be not(.disabled) instead of not(:disabled) because we're applying the
"disabled" class, instead of using the "disabled" attribute.

I think we should either:
1) Fix this through styling but keep it in ERM files
2) Fix it through code (make sure .current class is added to the left menu item
when in either FormAdd or Show views for that content type.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list