style: fix datepicker disabled color (#2222)

pull/2245/head
xrkffgg 2020-05-11 21:49:02 +08:00 committed by GitHub
parent 90bfd4fc6a
commit 1d446c3c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
text-align: center;
vertical-align: top;
pointer-events: none;
.@{ant-prefix}-input-disabled & {
color: @disabled-color;
}
}
.@{calendar-prefix-cls}-range {