-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
md-select has no color parameter #3923
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 6, 2017
* Allows the user to set the theme color of a `md-select`. * Adds theming to the `md-option` component. * Tweaks the `md-pseudo-checkbox` theme to allow it to inherit the color. Fixes angular#3923.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 8, 2017
* Allows the user to set the theme color of a `md-select`. * Adds theming to the `md-option` component. * Tweaks the `md-pseudo-checkbox` theme to allow it to inherit the color. Fixes angular#3923.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Apr 17, 2017
* Allows the user to set the theme color of a `md-select`. * Adds theming to the `md-option` component. * Tweaks the `md-pseudo-checkbox` theme to allow it to inherit the color. Fixes angular#3923.
kara
pushed a commit
that referenced
this issue
Apr 21, 2017
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Feature request.
What is the expected behavior?
It's possible with md-input-containers to specify the dividerColor (accent, primary, warn). I would have expected md-select to have an equivalent property.
What is the current behavior?
I could not locate any such property. I ended up overwriting the theming of the md-select component myself just to change it from 'primary' to 'accent' color.
What are the steps to reproduce?
--
Which versions of Angular, Material, OS, browsers are affected?
I'm on Angular Material 2.0.0-beta.2.
The text was updated successfully, but these errors were encountered: