-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix: Make disabled menu item button more clear #1034
fix: Make disabled menu item button more clear #1034
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1034.westeurope.azurestaticapps.net |
Perhaps we should add Can it be readonly as well? E.g. not selectable while not disabled. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1034.westeurope.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1034.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1034.westeurope.azurestaticapps.net |
Description
This PR fixes issue #18545.
I added opacity to the buttons marked as disabled, removed the color of the disabled menu-item to avoid overwriting.
Types of changes
Motivation and context
How to test?
Screenshots (if appropriate)
Before:

After Fixed:

Checklist