-
Notifications
You must be signed in to change notification settings - Fork 206
fix(popover): implement missing border width custom property #3995
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(popover): implement missing border width custom property #3995
Conversation
🦋 Changeset detectedLatest commit: c62db7c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
File metricsSummaryTotal size: 1.42 MB*
popover
* An ASCII character in UTF-8 is 8 bits or 1 byte. |
📚 Branch previewPR #3995 has been deployed to Azure Blob Storage: https://spectrumcss.z13.web.core.windows.net/pr-3995/index.html. |
- defines the missing `--spectrum-popover-border-width` custom property - create changeset - update metadata
7634baa to
c62db7c
Compare
| --spectrum-popover-animation-distance: var(--spectrum-spacing-100); | ||
|
|
||
| --spectrum-popover-background-color: var(--spectrum-background-layer-2-color); | ||
| --spectrum-popover-border-width: var(--spectrum-border-width-100); |
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.
yay!
Description
--spectrum-popover-border-widthcustom propertyThis PR redefines a missing custom property for the popover border width. This fixes the popover positioning when the
withTipargument is true.How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
--spectrum-popover-border-widthis defined in the browser styles.margin-block-endstyle has a fully defined calc.Regression testing
Validate:
Screenshots
⛔ Before
✅ After
To-do list