[Slider][material-next] Implement opacity-based disabled state #38982
Labels
component: slider
This is the name of the generic UI component, not the React module!
design: material you
enhancement
This is not a bug, nor a new feature
on hold
There is a blocker, we need to wait
The disabled states in Material You use colors with opacity < 1, but right now, the Slider disabled state uses a solid color. Implementing this is not straightforward because multiple elements are stacked on top of each other:
It is not possible to use opacity < 1 on these elements as those underneath show through, and colors blend. This is not the desired outcome.
This issue aims to refactor the component's structure to not stack elements and implement the correct colors with opacity.
Experimenting
The text was updated successfully, but these errors were encountered: