Skip to content

Commit

Permalink
clarify name
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Mar 6, 2024
1 parent cc88c37 commit 4362c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
// --------------------------------------------------

// Inputs and textareas do not need the cursor, but other components like checkbox or toggle do.
:host(.item-interactive-control-needs-cursor) {
:host(.item-control-needs-pointer-cursor) {
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion core/src/components/item/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export class Item implements ComponentInterface, AnchorInterface, ButtonInterfac
[`item-lines-${lines}`]: lines !== undefined,
[`item-fill-${fillValue}`]: true,
[`item-shape-${shape}`]: shape !== undefined,
'item-interactive-control-needs-cursor': firstInteractiveNeedsCursor,
'item-control-needs-pointer-cursor': firstInteractiveNeedsCursor,
'item-disabled': disabled,
'in-list': inList,
'item-multiple-inputs': this.multipleInputs,
Expand Down

0 comments on commit 4362c3b

Please sign in to comment.