mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
🔥 update less code style
This commit is contained in:
parent
588f397e1a
commit
a616f89a1b
@ -80,7 +80,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 1px solid @processing-color;
|
border: 1px solid @processing-color;
|
||||||
content: '';
|
content: "";
|
||||||
animation: antStatusProcessing 1.2s infinite ease-in-out;
|
animation: antStatusProcessing 1.2s infinite ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
right: -1px;
|
right: -1px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
opacity: 0.35;
|
opacity: 0.35;
|
||||||
content: '';
|
content: "";
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
transition: opacity .2s;
|
transition: opacity .2s;
|
||||||
@ -163,7 +163,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.christmas&-primary:before {
|
.christmas&-primary:before {
|
||||||
content: '';
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
> a:only-child {
|
> a:only-child {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: @border-radius-sm;
|
border-radius: @border-radius-sm;
|
||||||
border: 1px solid @checkbox-color;
|
border: 1px solid @checkbox-color;
|
||||||
content: '';
|
content: "";
|
||||||
animation: antCheckboxEffect 0.36s ease-in-out;
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -134,7 +134,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
background: @item-active-bg;
|
background: @item-active-bg;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li:last-child:after {
|
li:last-child:after {
|
||||||
content: '';
|
content: "";
|
||||||
height: 202px;
|
height: 202px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
input[type="checkbox"]:focus {
|
input[type="checkbox"]:focus {
|
||||||
outline: thin dotted;
|
outline: thin dotted;
|
||||||
outline: 5px auto -webkit-focus-ring-color; // lesshint duplicateProperty: false
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,6 @@
|
|||||||
.col(1); // kickstart it
|
.col(1); // kickstart it
|
||||||
}
|
}
|
||||||
|
|
||||||
// lesshint false
|
|
||||||
.loop-grid-columns(@index, @class) when (@index > 0) {
|
.loop-grid-columns(@index, @class) when (@index > 0) {
|
||||||
.@{ant-prefix}-col@{class}-@{index} {
|
.@{ant-prefix}-col@{class}-@{index} {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
// Reset Select's style in addon
|
// Reset Select's style in addon
|
||||||
.@{ant-prefix}-select {
|
.@{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 {
|
.@{ant-prefix}-select-selection {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@ -181,7 +181,7 @@
|
|||||||
// https://github.com/ant-design/ant-design/issues/3714
|
// https://github.com/ant-design/ant-design/issues/3714
|
||||||
> i:only-child:after {
|
> i:only-child:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
content: '';
|
content: "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -216,7 +216,7 @@
|
|||||||
width: 10px;
|
width: 10px;
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: @modal-mask-bg; // lesshint duplicateProperty: false
|
background-color: @modal-mask-bg;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: @zindex-modal-mask;
|
z-index: @zindex-modal-mask;
|
||||||
filter: ~"alpha(opacity=50)";
|
filter: ~"alpha(opacity=50)";
|
||||||
@ -132,7 +132,7 @@
|
|||||||
.@{dialog-prefix-cls}-centered {
|
.@{dialog-prefix-cls}-centered {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
max-width: 4px;
|
max-width: 4px;
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 1px solid @radio-dot-color;
|
border: 1px solid @radio-dot-color;
|
||||||
content: '';
|
content: "";
|
||||||
animation: antRadioEffect 0.36s ease-in-out;
|
animation: antRadioEffect 0.36s ease-in-out;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";
|
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
top: 12px;
|
top: 12px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: @border-color-split;
|
background: @border-color-split;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
@ -99,7 +99,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
line-height: @steps-icon-size;
|
line-height: @steps-icon-size;
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: "";
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 9999px;
|
width: 9999px;
|
||||||
background: @wait-tail-color;
|
background: @wait-tail-color;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
[ant-click-animating-without-extra-node]:after,
|
[ant-click-animating-without-extra-node]:after,
|
||||||
.ant-click-animating-node {
|
.ant-click-animating-node {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
left: -1px;
|
left: -1px;
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
@font-scale: unit(@size / 12px);
|
@font-scale: unit(@size / 12px);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
// IE9
|
// IE9
|
||||||
font-size: ~"@{size} \9"; // lesshint duplicateProperty: false
|
font-size: ~"@{size} \9";
|
||||||
transform: scale(@font-scale) rotate(@rotate);
|
transform: scale(@font-scale) rotate(@rotate);
|
||||||
:root & {
|
:root & {
|
||||||
font-size: @font-size-sm; // reset IE9 and above
|
font-size: @font-size-sm; // reset IE9 and above
|
||||||
|
@ -154,7 +154,7 @@
|
|||||||
.@{table-prefix-cls}-column-sorters {
|
.@{table-prefix-cls}-column-sorters {
|
||||||
&:before {
|
&:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -219,7 +219,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
border-top: @border-width-base @border-style-base @border-color-split;
|
border-top: @border-width-base @border-style-base @border-color-split;
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: "";
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: @table-header-bg;
|
background: @table-header-bg;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
.browser-mockup:before {
|
.browser-mockup:before {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
top: -1.25em;
|
top: -1.25em;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
width: 0.5em;
|
width: 0.5em;
|
||||||
@ -26,7 +26,7 @@
|
|||||||
.browser-mockup.with-tab:after {
|
.browser-mockup.with-tab:after {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
top: -2em;
|
top: -2em;
|
||||||
left: 5.5em;
|
left: 5.5em;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
@ -39,7 +39,7 @@
|
|||||||
.browser-mockup.with-url:after {
|
.browser-mockup.with-url:after {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
top: -1.6em;
|
top: -1.6em;
|
||||||
left: 5.5em;
|
left: 5.5em;
|
||||||
width: ~"calc(100% - 6em)";
|
width: ~"calc(100% - 6em)";
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-image-wrapper.good:after {
|
.preview-image-wrapper.good:after {
|
||||||
content: '';
|
content: "";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
background: @primary-color;
|
background: @primary-color;
|
||||||
@ -64,7 +64,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-image-wrapper.bad:after {
|
.preview-image-wrapper.bad:after {
|
||||||
content: '';
|
content: "";
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
background: @error-color;
|
background: @error-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user