Skip to content

Commit

Permalink
fix: select disabled icon cursor style
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 4, 2020
1 parent c4418d0 commit bfa1fa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
pointer-events: auto;
}
}

.@{select-prefix-cls}-disabled & {
cursor: not-allowed;
}
}

// ========================== Clear ==========================
Expand Down

0 comments on commit bfa1fa5

Please sign in to comment.