-
Notifications
You must be signed in to change notification settings - Fork 196
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(*): define missing custom properties from theme directory #3476
Merged
cdransf
merged 17 commits into
spectrum-two
from
cdransf/undefined-token-fixes-css-1084
Jan 16, 2025
Merged
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
2a3577c
fix(*): define missing custom properties from theme directory
cdransf 0567e8a
fix(*): restore missing mods and tokens
cdransf 0416bde
fix(*): restore missing mod and update metadata
cdransf d50d58d
fix(*): restore missing mods and update metadata
cdransf 3d35cbf
fix(*): restore basebutton import
cdransf 87e5b5f
chore(*): update metadata
cdransf bb7c353
fix(*): restore actionbutton staticwhite background color
cdransf cc1e53a
chore(*): update metadata
cdransf 30ae168
fix(*): restore missing custom property for actionbutton
cdransf cfc2bc3
fix(*): actionbutton emphasized + static conflict
cdransf ceeb373
fix(*): actionbutton restore missing mods
cdransf fef056c
fix(*): actionbutton clean up mods; fix missing states
cdransf 6978b1d
fix(*): actionbutton restore focus indicator mods
cdransf d180e0d
fix(*): update metadata
cdransf 1f58f65
fix(*): quiet button background
cdransf 2f601ef
chore(*): update metadata
cdransf 557d0f5
chore(*): restore missing file
cdransf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@spectrum-css/infieldbutton": patch | ||
"@spectrum-css/actionbutton": patch | ||
"@spectrum-css/clearbutton": patch | ||
"@spectrum-css/avatar": patch | ||
"@spectrum-css/button": patch | ||
"@spectrum-css/dialog": patch | ||
--- | ||
|
||
Define undefined properties from theme directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
There's this selector in s2 foundations that sets the border color to transparent that looks like its missing here, after
--spectrum-logical-rotation
. You have this selector here but I think would maybe need to add the border-color?Except that I don't think that works because now we're not setting
--spectrum-actionbutton-border-color
anywhere, so maybe try something likeWe're also missing setting the static-black-focus-indicator-color:
And static white:
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.
I believe the
spectrum-action-border-color
change(s) should be handled in this commit: fef056. I stepped through the states on this branch/PR and matched them to a recent deploy with the previous, working state of the button(s).