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 14, 2022
1 parent 9b40679 commit 85df471
Showing 1 changed file with 1 addition and 1 deletion.
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 85df471

Please sign in to comment.