Feature #3895
openCSS class "selected" should be assigned to selected items in the top-menu
0%
Description
Currently you can't address the selcted menu item of the top-menu with CSS because there is no class "selected" assigned to the active tab. Some plugins are doing that already for their entries in the top-menu and the project menues are also working in this way. This should also be implemented for the redmine core.
It will increase redmines "themeability" and will bring more consistency in the css design logic if menus are handled similar.
Related issues
Updated by Bogdan Vlad over 13 years ago
I was able to make the top menu items take the selected class by implementing a patch for the controllers used in these menus. For example, I only had to add: menu_item :home to the welcome controller in order for the home menu item to take the selected class. Maybe others can have a more clean solution.