Skip to content

body font size changes leaved md-input and md-select placeholder fonts inconsistent #7422

@yogeshgadge

Description

@yogeshgadge

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

image

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

No one assigned

    Labels

    P4A relatively minor issue that is not relevant to core functionsformsThis issue is related to Angular Forms integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions