Skip to content

Commit

Permalink
Merge pull request #10859 from DestinyItemManager/loadout-arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis authored Dec 18, 2024
2 parents b39a834 + 1aedb42 commit c8cfa51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/loadout-builder/filter/StatConstraintEditor.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
opacity: 0.9;
color: #555;
}

// We must remove pointer events from the icon or else the wacky event
// delegation in useButtonSensor won't work because the event target will be
// the icon, not the button.
> :global(.app-icon) {
pointer-events: none;
}
}

.dragging {
Expand Down

0 comments on commit c8cfa51

Please sign in to comment.