https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32941
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146485|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <[email protected]> --- Created attachment 146611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146611&action=edit Bug 32941: Sys prefs side menu styling applying where not intended In bug 32881 I introduced changes to make system preferences sub menu items easier to read. At the time, I couldn't find other instances of ul ul in the templates code, but turns out the ERM module has a <ul> inside a <ul>, and possibly other places. The original selector was too loose and was applying where not intended, this patch rolls back 32881 changes and puts the changes in a tighter selector. Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
