-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add method for supporting icon only button variations #16112
Add method for supporting icon only button variations #16112
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2edfe83:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 5e967ca6a52b0510f3e1c7e76fc0943e469d4f9b (build) |
d54d5bc
to
91ffeca
Compare
91ffeca
to
1f6eaf8
Compare
1f6eaf8
to
a6444d7
Compare
a6444d7
to
2edfe83
Compare
🎉 Handy links: |
* add a class to button in shadow DOM when default slotted content is only an svg icon * Change files
Pull request checklist
$ yarn change
Description of changes
This PR introduces a change that applies an
icon-only
class to the button within the shadow DOM when only an SVG is passed to the default slot.Focus areas to test
(optional)