Skip to content

Commit

Permalink
fix(push-card): cursor styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBerliner committed Dec 12, 2024
1 parent ab48fa0 commit cc7b33e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/src/components/push-card/push-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
display: block;
position: relative;

ix-card {
cursor: default;
}

ix-card-accordion {
cursor: pointer;
}

.icon {
transform: scale(1.25);
}
Expand Down

0 comments on commit cc7b33e

Please sign in to comment.