mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Fix button in DatePicker
This commit is contained in:
parent
53640c3f18
commit
ad6dbcb9c6
@ -321,7 +321,7 @@
|
||||
.btn;
|
||||
.btn-primary;
|
||||
.button-size(@btn-height-sm; @btn-padding-sm; @font-size-base; @border-radius-base);
|
||||
line-height: @line-height-base;
|
||||
line-height: @btn-height-sm - 2px;
|
||||
|
||||
&-disabled {
|
||||
.button-color(@btn-disable-color; @btn-disable-bg; @btn-disable-border);
|
||||
|
Loading…
Reference in New Issue
Block a user