-
Notifications
You must be signed in to change notification settings - Fork 208
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
feat(number-field): add missing --mod-*
tokens
#4565
Conversation
--mod-*
tokens
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
Tachometer resultsChromenumber-field permalinkbasic-test
slider permalinktest-basic
Firefoxnumber-field permalinkbasic-test
slider permalinktest-basic
|
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.
LGTM!
* chore: release new versions #publish * chore(overlay): overlay-trigger adds receives focus attribute (#4558) * chore(overlay): overlay-trigger adds receives focus attribute * chore(overlay): added storybook * chore(overlay): updated golden image cache --------- Co-authored-by: Rajdeep Chandra <rajdeepchandra@rajdeeps-mbp-2.macromedia.com> Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-2.local> * feat: add missing --mod-* tokens for number-field (#4565) Co-authored-by: rmanole <rmanole@adobe.com> --------- Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-2.local> Co-authored-by: Rajdeep Chandra <rajrock38@gmail.com> Co-authored-by: Rajdeep Chandra <rajdeepchandra@rajdeeps-mbp-2.macromedia.com> Co-authored-by: rmanole <rmanole@adobe.com>
Description
Adds two more
--mod-*
tokens as per #4527--mod-textfield-border-width
and
--mod-textfield-border-color
.I did not add a mod token for
--spectrum-textfield-corner-radius
because the focus outline would look weird if you modify this CSS property.Related issue(s)
sp-number-field
cannot be styled using--mod-*
variables #4527Motivation and context
Consumers are able to override border's width and color when
hide-stepper
is true.How has this been tested?
--mod-textfield-border-width
and--mod-textfield-border-color
on thesp-number-field
componentScreenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.