Skip to content

Commit

Permalink
bug: adjust active style and cursor when token item is clicked/double…
Browse files Browse the repository at this point in the history
… clicked
  • Loading branch information
dayvar14 committed Oct 10, 2024
1 parent a2b891b commit c09976e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/InitiativeList/InitiativeSubListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ const InitiativeSubListItem: React.FC<{
return (
<li
className={clsx(['sub-list-item'], { hidden: !isVisible && !isGM })}
draggable={true}
onDragStart={onDragStart}
onDragEnd={onDragEnd}
onDoubleClick={handleDoubleClick}
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/_initiative-sub-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: row;
align-items: center;
cursor: grab;
border-bottom-width: map-get($space-sizes, xxxxsmall);
border-bottom-style: solid;
border-color: rgba(map-get($colors, contrast), 0.1);
Expand Down

0 comments on commit c09976e

Please sign in to comment.