-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[web-components] Update card background color to from view #17162
[web-components] Update card background color to from view #17162
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 5990613:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesUnable to find bundle size details for Baseline commit: eac7564 Possible causes
Recommendations
|
🎉 Handy links: |
…#17162) * update card background color attribute to reflect from view * Change files
Pull request checklist
$ yarn change
Description of changes
This change updates the card-background-color attribute to leverage the fromView attr mode. In certain cases where you want to extend the card and set a default value, reflecting the default attribute back to the DOM will cause an additional unnecessary update. By setting the mode to fromView we avoid reflecting the default value unnecessarily.
Focus areas to test
(optional)