-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/select): styles for m3 #28492
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
Conversation
@@ -17,6 +17,7 @@ $prefix: (mat, select); | |||
$on-surface: if($is-dark, #fff, #000); | |||
|
|||
@return ( | |||
list-item-selected-container-color: rgba($on-surface, if($is-dark, 0.08, 0.04)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The option already has a selected-state-layer-color
token for this. Also I think the option selected state is correct atm, we were discussing this yesterday with @mmalerba
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a0ea74a
to
927fdea
Compare
927fdea
to
24b9c15
Compare
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. |
Uh oh!
There was an error while loading. Please reload this page.