You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/slider): incorrectly inheriting color when nested inside component with theme (#21334)
The slider theme selectors were a bit too broad which meant that it
would automatically inherit the colors from a parent component,
if the Material theming classes were used somewhere up the chain
(e.g. a slider inside a tab group).
These changes use more specific selectors to avoid the issue.
Fixes#21271.
(cherry picked from commit b851456)
0 commit comments