Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yogeshgadge opened this issue Sep 29, 2017 · 3 comments
Labels
forms This issue is related to Angular Forms integration P4 A relatively minor issue that is not relevant to core functions

Comments

@yogeshgadge
Copy link

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.

@josephperrott josephperrott added forms This issue is related to Angular Forms integration P4 A relatively minor issue that is not relevant to core functions labels Sep 29, 2017
@willshowell
Copy link
Contributor

This is fixed on master via #6488

http://plnkr.co/edit/xJF49xaIi0scrHRM6G7t?p=preview

@crisbeto
Copy link
Member

crisbeto commented Oct 1, 2017

This won't be an issue in the next release. Closing.

@crisbeto crisbeto closed this as completed Oct 1, 2017
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
forms This issue is related to Angular Forms integration P4 A relatively minor issue that is not relevant to core functions
Projects
None yet
Development

No branches or pull requests

4 participants