style: add separator disabled (#22563)

This commit is contained in:
xrkffgg 2020-03-24 17:27:40 +08:00 committed by GitHub
parent 7362de4e66
commit 901f862117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,11 @@
line-height: @font-size-lg;
text-align: center;
cursor: default;
.@{picker-prefix-cls}-range-separator & {
.@{picker-prefix-cls}-disabled & {
cursor: not-allowed;
}
}
}
// ======================== Range =========================