-
Notifications
You must be signed in to change notification settings - Fork 207
[POC]: test removing highcontrast overrides #4227
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
base: spectrum-two
Are you sure you want to change the base?
[POC]: test removing highcontrast overrides #4227
Conversation
|
📚 Branch previewPR #4227 has been deployed to Azure Blob Storage: https://spectrumcss.z13.web.core.windows.net/pr-4227/index.html. |
--spectrum-numberfield-border-color-keyboard-focus: var(--highcontrast-numberfield-border-color-keyboard-focus, var(--mod-numberfield-border-color-keyboard-focus, var(--spectrum-gray-800))); | ||
--spectrum-numberfield-border-color-focus-hover: var(--highcontrast-numberfield-border-color-focus-hover, var(--mod-numberfield-border-color-focus-hover, var(--spectrum-gray-900))); | ||
--spectrum-numberfield-border-color-default: var(--spectrum-gray-300); | ||
--spectrum-numberfield-border-color-hover: var(--spectrum-gray-400); |
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.
Custom property --spectrum-numberfield-border-color-hover's references have been removed
--spectrum-numberfield-border-color-focus-hover: var(--highcontrast-numberfield-border-color-focus-hover, var(--mod-numberfield-border-color-focus-hover, var(--spectrum-gray-900))); | ||
--spectrum-numberfield-border-color-default: var(--spectrum-gray-300); | ||
--spectrum-numberfield-border-color-hover: var(--spectrum-gray-400); | ||
--spectrum-numberfield-border-color-focus: var(--spectrum-gray-800); |
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.
Custom property --spectrum-numberfield-border-color-focus's references have been removed
--spectrum-numberfield-border-color-default: var(--spectrum-gray-300); | ||
--spectrum-numberfield-border-color-hover: var(--spectrum-gray-400); | ||
--spectrum-numberfield-border-color-focus: var(--spectrum-gray-800); | ||
--spectrum-numberfield-border-color-keyboard-focus: var(--spectrum-gray-800); |
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.
Custom property --spectrum-numberfield-border-color-keyboard-focus's references have been removed
--spectrum-numberfield-border-color-hover: var(--spectrum-gray-400); | ||
--spectrum-numberfield-border-color-focus: var(--spectrum-gray-800); | ||
--spectrum-numberfield-border-color-keyboard-focus: var(--spectrum-gray-800); | ||
--spectrum-numberfield-border-color-focus-hover: var(--spectrum-gray-900); |
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.
Custom property --spectrum-numberfield-border-color-focus-hover's references have been removed
--spectrum-numberfield-border-color-hover: var(--spectrum-gray-400); | ||
--spectrum-numberfield-border-color-focus: var(--spectrum-gray-800); | ||
--spectrum-numberfield-border-color-keyboard-focus: var(--spectrum-gray-800); | ||
--spectrum-numberfield-border-color-focus-hover: var(--spectrum-gray-900); | ||
--spectrum-numberfield-border-color-disabled: var(--mod-numberfield-border-color-disabled, var(--spectrum-disabled-border-color)); |
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.
Custom property --spectrum-numberfield-border-color-disabled's references have been removed
|
||
--spectrum-treeview-item-border-color-quiet-selected: var(--highcontrast-treeview-item-border-color-selected, var(--mod-treeview-item-border-color-selected-quiet, transparent)); | ||
--spectrum-treeview-item-border-color-quiet-selected: transparent; |
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.
Custom property --spectrum-treeview-item-border-color-quiet-selected's references have been removed
|
||
--spectrum-treeview-item-border-color-quiet-selected: var(--highcontrast-treeview-item-border-color-selected, var(--mod-treeview-item-border-color-selected-quiet, transparent)); | ||
--spectrum-treeview-item-border-color-quiet-selected: transparent; |
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.
Custom property --spectrum-treeview-item-border-color-quiet-selected's references have been removed
File metricsSummaryTotal size: 1.35 MB*
File change detailsaccordion
actionbar
actionbutton
alertbanner
alertdialog
asset
assetcard
assetlist
avatar
badge
breadcrumb
button
calendar
checkbox
clearbutton
closebutton
colorarea
colorhandle
colorloupe
colorslider
colorwheel
combobox
contextualhelp
datepicker
dial
dialog
divider
dropindicator
dropzone
fieldlabel
floatingactionbutton
form
helptext
icon
illustratedmessage
infieldbutton
inlinealert
link
logicbutton
menu
opacitycheckerboard
picker
pickerbutton
popover
progressbar
progresscircle
radio
rating
search
sidenav
slider
splitview
statuslight
steplist
stepper
swatch
switch
table
tabs
tag
textfield
thumbnail
tooltip
tray
treeview
typography
* An ASCII character in UTF-8 is 8 bits or 1 byte. |
020e994
to
8d06ea7
Compare
8d06ea7
to
df57c5b
Compare
Description
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
Regression testing
Validate:
Screenshots
To-do list