-
Notifications
You must be signed in to change notification settings - Fork 273
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(ui5-dialog): set the correct block layer color #9662
Conversation
Adds different opacity for different themes Updates sample page
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 values for opacity for Fiori_3 (all variants) and Belize are not the correct ones.
I suggest to set opacity in the base parameters to 0.2 (20%) and to override it for:
- horizon_hcb - 0.3
- horizon_hcw - 0.3
- fiori_3_hcb - 0.3
- fiori_3_hcw - 0.3
- belize - 0.6
This pull request for the ui5-busy-indicator is very similar:
https://github.com/SAP/ui5-webcomponents/pull/9208/files
Update fiori parameters
Restore deleted parameters
Removes duplicated parameter
Fixes: #9658