Skip to content

Commit d56c9ea

Browse files
use two selectors to avoid css overwrite (#3705)
fix ColorWheel size in forms
1 parent b5c8c8b commit d56c9ea

File tree

1 file changed

+2
-1
lines changed
  • packages/@adobe/spectrum-css-temp/components/colorwheel

1 file changed

+2
-1
lines changed

packages/@adobe/spectrum-css-temp/components/colorwheel/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
pointer-events: none;
2828
}
2929

30-
.spectrum-ColorWheel {
30+
/* Use two class selectors as a workaround for the issue: https://github.com/adobe/react-spectrum/issues/1605 */
31+
.spectrum-ColorWheel.spectrum-ColorWheel {
3132
position: relative;
3233
display: block;
3334
width: var(--spectrum-colorwheel-width);

0 commit comments

Comments
 (0)