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

The md-input background color is not defined in terms of the theme #277

Closed
jamesbirtles opened this issue Apr 8, 2016 · 2 comments · Fixed by #468
Closed

The md-input background color is not defined in terms of the theme #277

jamesbirtles opened this issue Apr 8, 2016 · 2 comments · Fixed by #468
Assignees
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Milestone

Comments

@jamesbirtles
Copy link

The underlying input of the md-input has a white background (as is default in browsers).

This means the input doesn't look great on non-white backgrounds.

using alpha2 on electron

@gxclarke
Copy link

gxclarke commented Apr 8, 2016

I came across this too, and added the following to my style-sheet to address:

md-input input { background-color: inherit; }

I'm sort of expecting to hear from the material 2 team that this should be a styling concern for the consuming application rather than a responsibility of the component. We shall see...

@jelbourn jelbourn added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Apr 11, 2016
@jelbourn jelbourn added this to the alpha.4 milestone Apr 11, 2016
@jelbourn jelbourn changed the title md-input white background The md-input background color is not defined in terms of the theme Apr 11, 2016
@jelbourn jelbourn modified the milestones: alpha.4, alpha.5 May 12, 2016
@jelbourn jelbourn assigned jelbourn and unassigned hansl May 19, 2016
andrewseguin pushed a commit to andrewseguin/components that referenced this issue Oct 15, 2018
@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 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants