Skip to content

Commit

Permalink
fix(dropdown): prevent activating disabled dropdown item via click
Browse files Browse the repository at this point in the history
closes #387
  • Loading branch information
kevinbuhmann committed Dec 13, 2022
1 parent 991f373 commit 15cacd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

&.disabled,
&:disabled {
cursor: not-allowed;
pointer-events: none;
opacity: 0.4;
user-select: none;

Expand Down

0 comments on commit 15cacd4

Please sign in to comment.