Skip to content

Commit

Permalink
✅ fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 16, 2019
1 parent 1311ea8 commit 08000b2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/alert/style/index.less
Expand Up @@ -74,8 +74,8 @@
overflow: hidden;
font-size: @font-size-sm;
line-height: 22px;
border: none;
background-color: transparent;
border: none;
cursor: pointer;

.@{iconfont-css-prefix}-close {
Expand Down
2 changes: 1 addition & 1 deletion components/input-number/style/index.less
Expand Up @@ -140,8 +140,8 @@
}

&-handler-up {
cursor: pointer;
border-top-right-radius: @border-radius-base;
cursor: pointer;
&-inner {
top: 50%;
margin-top: -5px;
Expand Down
1 change: 0 additions & 1 deletion components/tabs/style/index.less
Expand Up @@ -280,7 +280,6 @@
height: 100%;
border-bottom: 0;

.@{tab-prefix-cls}-tab-arrow-show,
.@{tab-prefix-cls}-tab-arrow-show {
width: 100%;
height: @tabs-scrolling-size;
Expand Down
1 change: 1 addition & 0 deletions components/timeline/style/index.less
Expand Up @@ -134,6 +134,7 @@
.@{timeline-prefix-cls}-item-tail,
.@{timeline-prefix-cls}-item-head,
.@{timeline-prefix-cls}-item-head-custom {
// stylelint-disable-next-line function-calc-no-invalid
left: calc(100% - 4px - @timeline-width);
}
.@{timeline-prefix-cls}-item-content {
Expand Down
1 change: 1 addition & 0 deletions components/typography/style/index.less
Expand Up @@ -172,6 +172,7 @@
div& {
left: -@input-padding-horizontal - 1px;
margin-top: -@input-padding-vertical-base - 1px;
// stylelint-disable-next-line function-calc-no-invalid
margin-bottom: calc(1em - @input-padding-vertical-base - 2px);
}

Expand Down
1 change: 0 additions & 1 deletion site/theme/static/markdown.less
Expand Up @@ -349,7 +349,6 @@
text-align: center;
border: none;
}
.ant-row .demo-col-1,
.ant-row .demo-col-1 {
background: fade(#00a0e9, 70%);
}
Expand Down

0 comments on commit 08000b2

Please sign in to comment.