-
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 functionsformsThis issue is related to Angular Forms integrationThis issue is related to Angular Forms integration
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Consistent font size weight for mdInput and mdSelect placeholder
What is the current behavior?
As of beta 11
What are the steps to reproduce?
Providing a StackBlitz/Plunker (or similar) is the best way to get the team to see your issue.
https://plnkr.co/edit/wzyS0s397OazQaj5TPE3?p=preview
All I did was change body font size to 13px;
See index.html
<style>body { font-size: 13px; }</style>
What is the use-case or motivation for changing an existing behavior?
Allow customization of body font size. Clearly changing this causes inconsistencies elsewhere.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular Material Release version
"version": "2.0.0-beta.11",
Is there anything else we should know?
Problem seems to be
.mat-select-trigger {
font-size: 16px;
}
set somewhere.
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsformsThis issue is related to Angular Forms integrationThis issue is related to Angular Forms integration