Skip to content

Commit

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

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

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

0 comments on commit de1941f

Please sign in to comment.