Skip to content

Commit

Permalink
chore(colorwheel): remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Jan 29, 2025
1 parent 5a2ef12 commit dea94d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions components/colorwheel/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@
"--spectrum-gray-1000-rgb"
],
"passthroughs": [],
"high-contrast": [
"--highcontrast-colorwheel-border-color-disabled",
"--highcontrast-colorwheel-fill-color-disabled"
]
"high-contrast": ["--highcontrast-colorwheel-fill-color-disabled"]
}
1 change: 0 additions & 1 deletion components/colorwheel/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
/* Windows High Contrast Mode */
@media (forced-colors: active) {
.spectrum-ColorWheel {
--highcontrast-colorwheel-border-color-disabled: GrayText;
--highcontrast-colorwheel-fill-color-disabled: Canvas;

forced-color-adjust: none;
Expand Down

0 comments on commit dea94d8

Please sign in to comment.