-
Notifications
You must be signed in to change notification settings - Fork 76
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 scale to popover. #4628
Comments
More information is required to proceed with this issue:
This issue will be automatically closed in five days if the information is not provided. Thanks for your understanding. |
Currently, only scale relationships have existed for components that have a child component. For example, components like If we want to start having scale relationships with components that are not related in a parent/child sense, then we should probably move scale to a CSS custom property. I don't think we should have unrelated components rely on each other for scale. I think this might direct us back to this issue: #2868 |
Thanks for pointing to the cascading scale discussion, that's very helpful. I edited the issue to leave out the part where I suggest that adding scale would help "accommodate nested items that also have scale, such as an I was thinking that if all visual components have a scale (this one is missing it by omission rather than by design), whatever is nested within would take the default or user-defined scale of the parent. I’ll read up more on the existing trail of related issues to catch up on the background. |
@Elijbet please correct me if I'm wrong, but this issue stemmed from the popover not having a
Agreed. We'll pick up that discussion soon. |
We've decided to not support inheriting scale, but we still have the question whether popover needs a |
I'd expect the |
Agreed ^ |
Yep, also agree |
Installed and assigned for verification. |
Actual Behavior
Follow up on PR #4627.
Add scale on
popover
so it's consistent with all other visual components that have a scale and to coordinate with the nested dismissible x icon scale (to ensure visual height consistency for when the icon is collapsed).Expected Behavior
popover
should have a scale prop.Reproduction Sample
https://developers.arcgis.com/calcite-design-system/components/popover/
Reproduction Steps
Refer to docs to see that popover does not provide a scale prop like other components do.
Reproduction Version
1.0.0-next.478
Relevant Info
No response
Regression?
No response
The text was updated successfully, but these errors were encountered: