-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Styling: Add more semantic color slots #1901
Conversation
inputFocusBorderAlt?: string; | ||
|
||
// Menus, popups, etc | ||
menuItemBackgroundHovered?: string; |
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.
I think each of these should have a simple comment explaining what scenario its used in. Otherwise the consumer has to solely rely on the name of the variable.
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.
add comments.
Pull request checklist
$ npm run change
Description of changes
Adding some more semantic slots for colors to our styling module.
Focus areas to test
(optional)