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 d17fe39 commit 5287e96Copy full SHA for 5287e96
apps/builder/app/builder/features/style-panel/shared/css-value-input/css-value-input.tsx
@@ -660,14 +660,7 @@ export const CssValueInput = ({
660
661
const finalPrefix =
662
prefix ||
663
- (icon && (
664
- <NestedIconLabel
665
- color={styleSource}
666
- css={value.type === "unit" ? { cursor: "ew-resize" } : undefined}
667
- >
668
- {icon}
669
- </NestedIconLabel>
670
- ));
+ (icon && <NestedIconLabel color={styleSource}>{icon}</NestedIconLabel>);
671
672
const keywordButtonElement =
673
value.type === "keyword" && items.length !== 0 ? (
0 commit comments