Ticket #5875 (new defect)
Menu: menus with no icon still have blank spot for icon
| Reported by: | bill | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Even if none of the MenuItem?'s have an icon, there's still a blank 16x16px spot reserved for the icon. Problem is that in tundra (and other themes), size is hardcoded:
.tundra .dijitMenuItemIcon {
width: 16px;
height: 16px;
}
Probably should leave the size specification to the CSS classes for each individual icon. Maybe get rid of dijitMenuItemIcon altogether.
Change History
Note: See
TracTickets for help on using
tickets.