-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions
Description
Bug, feature request, or proposal:
mat-icon instances are not vertically aligned with the option text when placed inside mat-option elements.
What is the expected behavior?
Icons should be vertically aligned.
What is the current behavior?
Not vertically aligned.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-5num53
What is the use-case or motivation for changing an existing behavior?
Aesthetics, plus consistency with other APIs like mat-menu-item in which icons are vertically aligned by default.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Latest StackBlitz template, Chrome 64, Win 10
Is there anything else we should know?
Maybe vertical-align: middle should be added to mat-menu-item-base here and removed here.
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions