Skip to content
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-button): use base CSS param for border-radius #2840

Merged
merged 2 commits into from
Feb 19, 2021

Conversation

ilhan007
Copy link
Member

There is a standard CSS variable --sapButton_BorderCornerRadius meant to be used for the Button's border-radius
It is 0.25rem in Fiori3 and 0.375rem in HCB and HCW themes. In terms of metrics nothing changes, we use the same values, but now we allow customization via the ThemeDesigner as we apply standard CSS variable.

FIXES: #2830

@ilhan007 ilhan007 merged commit a5aafde into master Feb 19, 2021
@ilhan007 ilhan007 deleted the fix-btn-border-radius branch February 19, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Theming parameter --sapButton_BorderCornerRadius not connected
2 participants