Skip to content

Commit

Permalink
chore: sync ant-design v3.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-zorro-bot committed Jun 19, 2019
1 parent c10a7a9 commit 014f951
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/card/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
padding-bottom: 0;
}

&-contain-tabs &-extra {
&-contain-tabs > &-head &-extra {
padding-bottom: 0;
}

Expand Down
4 changes: 4 additions & 0 deletions components/date-picker/style/Picker.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@

&-input {
outline: none;

&.@{ant-prefix}-input {
line-height: @line-height-base;
}
}

&-input.@{ant-prefix}-input-sm {
Expand Down
1 change: 0 additions & 1 deletion components/date-picker/style/RangePicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
background-color: transparent;
border: 0;
outline: 0;
vertical-align: top;
.placeholder();

&[disabled] {
Expand Down
1 change: 1 addition & 0 deletions components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
min-height: @input-height-base;
vertical-align: bottom;
transition: all 0.3s, height 0s;
line-height: @line-height-base;
}

// Size
Expand Down

0 comments on commit 014f951

Please sign in to comment.