Skip to content

Commit

Permalink
🔥 update less code style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 12, 2018
1 parent 588f397 commit a616f89
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion components/badge/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
height: 100%;
border-radius: 50%;
border: 1px solid @processing-color;
content: '';
content: "";
animation: antStatusProcessing 1.2s infinite ease-in-out;
}
}
Expand Down
4 changes: 2 additions & 2 deletions components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
right: -1px;
background: #fff;
opacity: 0.35;
content: '';
content: "";
border-radius: inherit;
z-index: 1;
transition: opacity .2s;
Expand Down Expand Up @@ -163,7 +163,7 @@
}

.christmas&-primary:before {
content: '';
content: "";
display: block;
position: absolute;
top: -6px;
Expand Down
2 changes: 1 addition & 1 deletion components/button/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
> a:only-child {
color: currentColor;
&:after {
content: '';
content: "";
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
height: 100%;
border-radius: @border-radius-sm;
border: 1px solid @checkbox-color;
content: '';
content: "";
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: both;
visibility: hidden;
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 @@ -134,7 +134,7 @@
z-index: 1;
}
&:before {
content: '';
content: "";
display: block;
background: @item-active-bg;
border-radius: 0;
Expand Down
2 changes: 1 addition & 1 deletion components/date-picker/style/TimePicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

li:last-child:after {
content: '';
content: "";
height: 202px;
display: block;
}
Expand Down
2 changes: 1 addition & 1 deletion components/divider/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
margin: 16px 0;
&:before,
&:after {
content: '';
content: "";
display: table-cell;
position: relative;
top: 50%;
Expand Down
2 changes: 1 addition & 1 deletion components/form/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; // lesshint duplicateProperty: false
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

Expand Down
1 change: 0 additions & 1 deletion components/grid/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
.col(1); // kickstart it
}

// lesshint false
.loop-grid-columns(@index, @class) when (@index > 0) {
.@{ant-prefix}-col@{class}-@{index} {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

// Reset Select's style in addon
.@{ant-prefix}-select {
margin: -(@input-padding-vertical-base + 1px) (-@input-padding-horizontal-base); // lesshint spaceAroundOperator: false
margin: -(@input-padding-vertical-base + 1px) (-@input-padding-horizontal-base);

.@{ant-prefix}-select-selection {
background-color: inherit;
Expand All @@ -181,7 +181,7 @@
// https://github.com/ant-design/ant-design/issues/3714
> i:only-child:after {
position: absolute;
content: '';
content: "";
top: 0;
left: 0;
right: 0;
Expand Down
4 changes: 2 additions & 2 deletions components/menu/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
left: 0;
bottom: 0;
right: 0;
content: '';
content: "";
}
}

Expand Down Expand Up @@ -216,7 +216,7 @@
width: 10px;
&:before,
&:after {
content: '';
content: "";
position: absolute;
vertical-align: baseline;
background: #fff;
Expand Down
4 changes: 2 additions & 2 deletions components/modal/style/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
right: 0;
left: 0;
bottom: 0;
background-color: @modal-mask-bg; // lesshint duplicateProperty: false
background-color: @modal-mask-bg;
height: 100%;
z-index: @zindex-modal-mask;
filter: ~"alpha(opacity=50)";
Expand All @@ -132,7 +132,7 @@
.@{dialog-prefix-cls}-centered {
text-align: center;
&:before {
content: '';
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion components/notification/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
display: block;
max-width: 4px;
&:before {
content: '';
content: "";
display: block;
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/radio/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
height: 100%;
border-radius: 50%;
border: 1px solid @radio-dot-color;
content: '';
content: "";
animation: antRadioEffect 0.36s ease-in-out;
animation-fill-mode: both;
visibility: hidden;
Expand Down
2 changes: 1 addition & 1 deletion components/spin/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";

&:after {
content: '';
content: "";
position: absolute;
left: 0;
right: 0;
Expand Down
4 changes: 2 additions & 2 deletions components/steps/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
top: 12px;
padding: 0 10px;
&:after {
content: '';
content: "";
display: inline-block;
background: @border-color-split;
height: 1px;
Expand All @@ -99,7 +99,7 @@
position: relative;
line-height: @steps-icon-size;
&:after {
content: '';
content: "";
height: 1px;
width: 9999px;
background: @wait-tail-color;
Expand Down
2 changes: 1 addition & 1 deletion components/style/core/motion/other.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node {
content: '';
content: "";
position: absolute;
top: -1px;
left: -1px;
Expand Down
2 changes: 1 addition & 1 deletion components/style/mixins/iconfont.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@font-scale: unit(@size / 12px);
font-size: 12px;
// IE9
font-size: ~"@{size} \9"; // lesshint duplicateProperty: false
font-size: ~"@{size} \9";
transform: scale(@font-scale) rotate(@rotate);
:root & {
font-size: @font-size-sm; // reset IE9 and above
Expand Down
4 changes: 2 additions & 2 deletions components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
.@{table-prefix-cls}-column-sorters {
&:before {
position: absolute;
content: '';
content: "";
top: 0;
left: 0;
right: 0;
Expand Down Expand Up @@ -219,7 +219,7 @@
position: relative;
border-top: @border-width-base @border-style-base @border-color-split;
&:before {
content: '';
content: "";
height: 1px;
background: @table-header-bg;
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion components/tree/style/directory.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

&:before {
content: '';
content: "";
position: absolute;
left: 0;
right: 0;
Expand Down
6 changes: 3 additions & 3 deletions site/theme/static/mock-browser.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.browser-mockup:before {
display: block;
position: absolute;
content: '';
content: "";
top: -1.25em;
left: 1em;
width: 0.5em;
Expand All @@ -26,7 +26,7 @@
.browser-mockup.with-tab:after {
display: block;
position: absolute;
content: '';
content: "";
top: -2em;
left: 5.5em;
width: 20%;
Expand All @@ -39,7 +39,7 @@
.browser-mockup.with-url:after {
display: block;
position: absolute;
content: '';
content: "";
top: -1.6em;
left: 5.5em;
width: ~"calc(100% - 6em)";
Expand Down
4 changes: 2 additions & 2 deletions site/theme/static/preview-img.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

.preview-image-wrapper.good:after {
content: '';
content: "";
width: 100%;
height: 3px;
background: @primary-color;
Expand All @@ -64,7 +64,7 @@
}

.preview-image-wrapper.bad:after {
content: '';
content: "";
width: 100%;
height: 3px;
background: @error-color;
Expand Down

0 comments on commit a616f89

Please sign in to comment.