-
Notifications
You must be signed in to change notification settings - Fork 3.4k
select: dropdown doesn't inherit dark theme #3379
Comments
Thanks for re-opening, this is now fixed in 691dd2f. Styling fix will come in commit to follow shortly |
I can verify that this is still not working, getting the latest 1.0.0-rc1 and when changing themes, with this set: $mdThemingProvider.alwaysWatchTheme(true); The menu that opens up on the md-select always renders with the default theme, like screenshots below: E.g. if I do like this: Then my menu always render dark, but I obviously don't want that to happen if the user selects "Light" or another theme. My package.json: From my built "lib.js" (built with browserify) this is the version header: /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.0-rc1-master-325d83e
*/ I see that the signature here is different than the one here: https://github.com/angular/material/releases/tag/v1.0.0-rc1 Is that perhaps a different build of the rc1 than the one I get from tarball/master? |
https://material.angular.io/components/menu/overview But
sorurce from: https://github.com/angular/material/blob/master/src/components/menu/menu-theme.scss maybe it should be:
and then we need change
please reopen this issue |
@rudzikdawid what version of AngularJS Material are you using? I updated the CodePen for 1.1.8 and I see that the If you can reproduce the issue that you are seeing with the latest version of AngularJS Material, then please open a new issue with a CodePen reproduction so that we can investigate. |
https://codepen.io/anon/pen/qoxORQ?editors=1010 |
@rudzikdawid you should be looking at the select-theme and not the menu-theme, here: https://github.com/angular/material/blob/master/src/components/select/select-theme.scss#L117-L155 |
It looks like the styling fix mentioned in #3379 (comment), never came. Re-opening this. |
@Splaktar You have right here is example with i think they should have |
I've opened PR #11198 to address this with |
thanks for reopen and PR |
Thank you! |
I've opened PR #11230 for |
There have been multiple reported issues about md-select not inheriting theme closed recently. Like this one: #2483
However I still feel it isn't completely solved.
See this Pen:
http://codepen.io/anon/pen/KpXrMB
The dropdown always seems to inherit the background color of the default theme.
The text was updated successfully, but these errors were encountered: