perf(e2e): ⚡️ Migrate to Playwright
This commit is contained in:
@ -286,3 +286,14 @@ export const WebhookIcon = (props: IconProps) => (
|
||||
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const GripIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<circle cx="12" cy="9" r="1"></circle>
|
||||
<circle cx="19" cy="9" r="1"></circle>
|
||||
<circle cx="5" cy="9" r="1"></circle>
|
||||
<circle cx="12" cy="15" r="1"></circle>
|
||||
<circle cx="19" cy="15" r="1"></circle>
|
||||
<circle cx="5" cy="15" r="1"></circle>
|
||||
</Icon>
|
||||
)
|
||||
|
3
apps/builder/assets/styles/custom.css
Normal file
3
apps/builder/assets/styles/custom.css
Normal file
@ -0,0 +1,3 @@
|
||||
.grabbing * {
|
||||
cursor: grabbing !important;
|
||||
}
|
Reference in New Issue
Block a user