-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Elevation of the Menu component should be 8dp as per the official material design documentation for elevation and shadows. Sub menus have elevation of 9dp (+1 dp for each sub menu)
Menus and sub menus
Menus: 8dp
Sub menus: 9dp (+1 dp for each sub menu)
What is the current behavior?
Menu has 2dp elevation and sub menus have 3+dp.
What are the steps to reproduce?
- Open project documentation
- Go to Component -> Menu
- Open first menu example
- Inspect element and check classes on .mat-menu-panel
What is the use-case or motivation for changing an existing behavior?
If this library is following Google Material Design it should reflect it correctly in every aspect or at least provide option to change elevation.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
- Angular 5.1.0
- Material 5.0.2
Metadata
Metadata
Assignees
Labels
No labels