-
Notifications
You must be signed in to change notification settings - Fork 77
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(button, fab): adjust padding on 'l' scale button to accommodate 'm' scale icon without change in height #5659
fix(button, fab): adjust padding on 'l' scale button to accommodate 'm' scale icon without change in height #5659
Conversation
…a medium size icon without a change in height
…is present to preserve the height
…sting-height-with-larger-icon
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.
Will screener pick up these changes somewhere? We need a visual test here so it doesn't break :)
…nt or not, and handle default appearance when given an invalid option
…sting-height-with-larger-icon
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.
Review feedbackz! ʘ‿ʘ
…sting-height-with-larger-icon
…sting-height-with-larger-icon
…sting-height-with-larger-icon
…with-larger-icon' of github.com:Esri/calcite-components into elijbet/5245-l-scale-button/fab-retain-existing-height-with-larger-icon
…sting-height-with-larger-icon
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.
👍 Looks good @Elijbet
* master: (32 commits) 1.0.0-next.627 build(deps): bump semver-regex and screener-storybook (#5741) build(deps): bump stylelint-config-recommended-scss from 7.0.0 to 8.0.0 (#5551) build(deps): bump parse-path and @storybook/storybook-deployer (#5692) build(deps): bump tailwindcss from 3.1.8 to 3.2.2 (#5708) ci(pr-bot): check user login for dependabot instead of actor (#5740) build(deps): bump postcss from 8.4.17 to 8.4.18 (#5508) build(deps): bump concurrently from 7.4.0 to 7.5.0 (#5550) build(deps): bump loader-utils from 1.4.0 to 1.4.1 (#5704) build(deps): bump @typescript-eslint/parser from 5.40.1 to 5.42.1 (#5707) test(value-list): Skip unstable test. (#5738) ci(pr-bot): skip assignment for dependabot PRs (#5737) chore(t9manifest): Fix newline at end of file. (#5718) fix(flow-item): Position back tooltip above (#5688) feat(popover): Escape key should close open popovers. (#5726) docs: update component READMEs (#5545) fix(value-list-item): Prevent scrolling when space is pressed on drag button (#5709) ci(output targets): move patches to postbuild to include them in CCR (#5730) 1.0.0-next.626 fix(button, fab): adjust padding on 'l' scale button to accommodate 'm' scale icon without change in height (#5659) ...
Related Issue: #5245
Summary
Design adjustment on #5521. The height of the
large
component changed when a newmedium
(24px) icon was introduced. This PR will meet the design recommendation to maintain the 44px height with or without an icon, accounting for both the defaultsolid
appearance with aborder
andtransparent
without. Every other appearance option also has a border. Also includes small adjustments for other scales.