-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adjusted alignment of button within new grid #3502
base: main
Are you sure you want to change the base?
Adjusted alignment of button within new grid #3502
Conversation
✅ Deploy Preview for ons-design-system-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -42,7 +34,7 @@ $button-shadow-size: 3px; | |||
color: var(--ons-color-text-inverse); | |||
display: flex; | |||
align-items: center; | |||
padding: 0.75rem 1rem; | |||
padding: 0.875rem 1rem; |
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.
Why was this change made? If I revert it, the button is still on the grid
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.
What is the context of this PR?
ONSDESYS-137
As per Dina's suggestion. increased height of the button to sit in the 8px grid
Removed CSS set for IE11 High Contrast mode which adjusted the button size.
How to review this PR
Inspect any of the button examples and check that button's height is rounder
Checklist
This needs to be completed by the person raising the PR.