-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Dense lists avatar size doesn't follow the guidelines, it should be 36px in height and width.
What is the expected behavior?
Dense list avatar size should be 36px;
What is the current behavior?
In material2/src/lib/list/list.scss
$mat-list-avatar-size = 40; For both normal and dense lists.
What are the steps to reproduce?
Dense list to the right should have smaller avatars.
https://tina-material-tree.firebaseapp.com/list
What is the use-case or motivation for changing an existing behavior?
Avatar size should follow the guidelines.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/core": "^5.2.5",
"@angular/material": "^5.2.1",
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent