We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c8c8b commit d56c9eaCopy full SHA for d56c9ea
packages/@adobe/spectrum-css-temp/components/colorwheel/index.css
@@ -27,7 +27,8 @@
27
pointer-events: none;
28
}
29
30
-.spectrum-ColorWheel {
+/* Use two class selectors as a workaround for the issue: https://github.com/adobe/react-spectrum/issues/1605 */
31
+.spectrum-ColorWheel.spectrum-ColorWheel {
32
position: relative;
33
display: block;
34
width: var(--spectrum-colorwheel-width);
0 commit comments