Skip to content

Commit

Permalink
Fix collapsible cursor (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Oct 28, 2023
1 parent f1c27bf commit c241947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collapsible/Collapsible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const CollapsipleTriggerButton = styled(EmptyButton)<{
align-items: center;
font: inherit;
color: inherit;
cursor: default;
cursor: inherit;
[data-trigger-icon] {
visibility: hidden;
transition: transform 150ms cubic-bezier(0.87, 0, 0.13, 1);
Expand Down

1 comment on commit c241947

@vercel
Copy link

@vercel vercel bot commented on c241947 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-git-main-clickhouse.vercel.app
click-ui-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.