fix(autocomplete): autocomplete panel theme supports dark mode#11203
Conversation
b3296b8 to
a1bee77
Compare
Splaktar
left a comment
There was a problem hiding this comment.
Please ensure that the light mode colors don't change.
a1bee77 to
5d43eef
Compare
|
You have right so i tried your solution from #11198 after that i tried with hover you can check it again, i made |
5d43eef to
dd28d4a
Compare
|
Thanks for the update. I went with |
|
I think that master build https://material.angularjs.org/latest/demo/autocomplete: hover changes with i use converter rgba to rgb result of convert: master build: results of difference between at this moment the differences are really small, cosmetic :) |
|
Yep, as mentioned in #11198 (comment), let's use |
dd28d4a to
1d80633
Compare
|
done |
|
According to https://material.io/guidelines/components/text-fields.html#text-fields-states, it appears that a disabled dark mode text field ( According to https://material.io/guidelines/components/text-fields.html#text-fields-text-field-boxes (I think that this maps closest to our autocomplete design w/o |
|
But then again, testing light mode |
|
i see this issue also on master build. So maybe we should open another issue/PR for that. |
|
I think that we can send this for presubmit testing now. |









PR Checklist
Please check that your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The autocomplete panel is always using light mode hues even when the theme is dark mode.
Issue Number:
#11202
What is the new behavior?
The autocomplete panel use dark mode hues when the theme is set to dark mode.
Does this PR introduce a breaking change?
Other information
Before:

After:
