Skip to content
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

[Tokens] Value in "Spectrum" theme missing in "Express" theme #2162

Open
Westbrook opened this issue Sep 11, 2023 · 1 comment
Open

[Tokens] Value in "Spectrum" theme missing in "Express" theme #2162

Westbrook opened this issue Sep 11, 2023 · 1 comment
Assignees
Labels
bug Results from a bug in the CSS implementation

Comments

@Westbrook
Copy link
Contributor

--spectrum-picker-border-width is available here, but not in the Express version of this file.

If the value is shared between both themes, then shouldn't it exist in this file so that it can be discovered in both context?

Currently, when an application is delivered without both themes on the same page, the Express Picker delivers as follows:
image
Due to the fact that the math in:

margin-block-end: calc(var(--mod-picker-spacing-bottom-to-text, var(--spectrum-picker-spacing-bottom-to-text)) - var(--mod-picker-border-width, var(--spectrum-picker-border-width)));

Cannot be completed.

@Westbrook Westbrook added the bug Results from a bug in the CSS implementation label Sep 11, 2023
@pfulton
Copy link
Collaborator

pfulton commented Sep 20, 2023

Tracking this in Jira here: https://jira.corp.adobe.com/browse/CSS-595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Results from a bug in the CSS implementation
Projects
None yet
Development

No branches or pull requests

3 participants