Skip to content

Commit

Permalink
fix: transfer disabled header dropdown cursor (#26005)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 4, 2020
1 parent 87555eb commit 5461934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/transfer/style/index.less
Expand Up @@ -94,6 +94,10 @@
transform: translateY(10%);
cursor: pointer;
.iconfont-size-under-12px(10px);

&[disabled] {
cursor: not-allowed;
}
}
}

Expand Down

0 comments on commit 5461934

Please sign in to comment.