Skip to content

Commit

Permalink
fix lesshint
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 8, 2016
1 parent 9be6901 commit 903bb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .lesshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"duplicateProperty": false,
"importPath": false,
"finalNewline": false,
"newlineAfterBlock": false,
"maxCharPerLine": false,
"excludedFiles": [
"components/layout/style/mixin.less",
"components/style/core/base.less",
Expand Down
2 changes: 1 addition & 1 deletion components/date-picker/style/RangePicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
.@{timepicker-prefix-cls} {
height: 207px;
top: 68px;
z-index: 2; // in order to cover .ant-calendar-range .ant-calendar-in-range-cell > div (z-index: 1)
z-index: 2; // cover .ant-calendar-range .ant-calendar-in-range-cell > div (z-index: 1)
&-panel {
height: 241px;
margin-top: -34px;
Expand Down

0 comments on commit 903bb1a

Please sign in to comment.