Skip to content

Commit

Permalink
fix(dropdown-item): the disabled effect is unexpected (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
betavs authored Dec 6, 2023
1 parent 3438f84 commit 99fcad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/dropdown/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@

&--disabled {
cursor: not-allowed;
pointer-events: none;
}

&-content {
Expand Down

0 comments on commit 99fcad3

Please sign in to comment.