Ticket #5875 (new defect)

Opened 5 months ago

Last modified 5 months ago

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

Changed 5 months ago by alex

  • milestone changed from 2.0 to 1.3

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.