Skip to content

Commit

Permalink
fix(select-with-tags): remove pointer events from placeholder (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Mar 3, 2021
1 parent 31c0383 commit 41b860b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
min-height: 28px;
padding-left: var(--gap-2xs);
color: var(--color-light-text-tertiary);
pointer-events: none;
}

.addons {
Expand Down

0 comments on commit 41b860b

Please sign in to comment.