-
Notifications
You must be signed in to change notification settings - Fork 201
feat(checkbox)!: migrate checkbox component to core tokens (CSS-99) #1465
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
Merged
pfulton
merged 49 commits into
main
from
yosevu/css-99-migrate-checkbox-button-to-core-tokens
Oct 4, 2022
Merged
feat(checkbox)!: migrate checkbox component to core tokens (CSS-99) #1465
pfulton
merged 49 commits into
main
from
yosevu/css-99-migrate-checkbox-button-to-core-tokens
Oct 4, 2022
Conversation
This file contains hidden or 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
yosevu
commented
Jun 29, 2022
yosevu
commented
Jun 29, 2022
pfulton
reviewed
Jul 1, 2022
pfulton
reviewed
Jul 1, 2022
pfulton
reviewed
Jul 1, 2022
pfulton
reviewed
Jul 1, 2022
8280496
to
0f853ab
Compare
b69fff5
to
9274de1
Compare
bb10935
to
fcfb79b
Compare
refactor: group styles fix: update hover states refactor: move active styles refactor: update styles
feat(wip): focus states refactor: format long lines
refactor: update disabled variables fix: add missing invalid active state chore: remove skin.css refactor: update highcontrast and focus states refactor: organize styles refactor: update checkmark variable naming fix: update highcontrast variables refactor: remove long line formatting
chore: remove invalid selector :focus-ring
3349630
to
1699121
Compare
bernhard-adobe
added a commit
that referenced
this pull request
Oct 12, 2022
* main: (53 commits) chore(release): release fix(checkbox): whcm focus states (#1527) chore(release): release feat(fieldlabel)!: migrate to core tokens (CSS-102) (#1476) chore(release): release feat(swatchgroup)!: migrate swatchgroup to core tokens (#1505) chore(release): release feat(swatch)!: migrate swatch to core tokens (#1501) chore(release): release fix(tabs): selection indicator scroll overflow border (#1513) chore(release): release feat(divider)!: migrate to core tokens chore(release): release refactor(checkbox): remove commented out code (#1524) chore(release): release feat(progresscircle)!: migrate to core tokens chore(release): release feat(checkbox)!: migrate checkbox component to core tokens (CSS-99) (#1465) chore(release): release fix(card): increase content area height when necessary ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR migrates the Checkbox component and styles to use core-tokens and includes:
How and where has this been tested?
Screenshots
To-do list
- [ ] If my change impacts other components, I have tested to make sure they don't break.--spectrum-checkbox-CJK-line-height
is applied correctly.Test by adding
lang
attribute to a.spectrom-Checkbox-label
element or thehtml
element e.g.lang="ko"
.