mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
d78c0f2707
* adjust table fixed column z-index (#14036) fix #13930 * 📝 Add instruction for one column without width left in fixed table * Add full PR template link in template (#14061) * add full tmpl link * adjust * simplify it * add cn link * Fix Affix flickering when scrolling * update * fix: top border disappeared under some ie9 * fix calendar month range display (#14049) * Fix tslint warning * Correct typescript usage (#14074) * 🐛 Fix steps style under IE9 close #14001 * 🐛 tweak style for not affecting vertical steps * 📝 enhance upload documentation * Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010 * 🐛 Fix disabled button style in DatePicker panel https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png * 📝 site: fix BackTop been covered by footer close #14093 * Update PULL_REQUEST_TEMPLATE.md * Update pr_cn.md * 🐛 Fix nested Timeline last item missing line (#14110) close #14108 * init Spin should also support delay trigger (#14105) fix #14100 * Update table docs * bugfix * Format * update snapshot * test: fix spin test
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
.@{steps-prefix-cls}-flex-not-supported {
|
|
&.@{steps-prefix-cls}-horizontal.@{steps-prefix-cls}-label-horizontal {
|
|
.@{steps-prefix-cls}-item {
|
|
background: @steps-background;
|
|
padding-left: 16px;
|
|
margin-left: -16px;
|
|
}
|
|
|
|
&.@{steps-prefix-cls}-small .@{steps-prefix-cls}-item {
|
|
padding-left: 12px;
|
|
margin-left: -12px;
|
|
}
|
|
}
|
|
|
|
&.@{steps-prefix-cls}-dot {
|
|
.@{steps-prefix-cls}-item {
|
|
&:last-child {
|
|
overflow: hidden;
|
|
|
|
.@{steps-prefix-cls}-icon-dot:after {
|
|
width: 200px;
|
|
right: -200px;
|
|
}
|
|
}
|
|
|
|
.@{steps-prefix-cls}-icon-dot:before,
|
|
.@{steps-prefix-cls}-icon-dot:after {
|
|
content: '';
|
|
position: absolute;
|
|
background: @steps-background;
|
|
width: 10px;
|
|
height: 8px;
|
|
top: 0;
|
|
left: -10px;
|
|
}
|
|
|
|
.@{steps-prefix-cls}-icon-dot:after {
|
|
left: auto;
|
|
right: -10px;
|
|
}
|
|
}
|
|
|
|
.@{steps-prefix-cls}-item-wait
|
|
.@{steps-prefix-cls}-item-icon
|
|
> .@{steps-prefix-cls}-icon
|
|
.@{steps-prefix-cls}-icon-dot {
|
|
background: #ccc;
|
|
}
|
|
}
|
|
}
|