zombiej
|
12af9a9dca
|
icon add aria-label support
|
6 years ago |
Junbin Huang
|
d78c0f2707
|
Chore/fix master conflict (#14126)
* 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
|
6 years ago |
afc163
|
7d70d20679
|
🐛 tweak style for not affecting vertical steps
|
6 years ago |
afc163
|
9a380592ee
|
🐛 Fix steps style under IE9
close #14001
|
6 years ago |
afc163
|
90091fe2d0
|
💄 chore Steps[labelPlacement="vertical"] style
close #13949
|
6 years ago |
陈帅
|
daca08b6f1
|
merge master
|
6 years ago |
Wei Zhu
|
2a66546433
|
docs: document Steps[className]
|
6 years ago |
陈帅
|
8e11f0bdb9
|
merge support prettier
|
6 years ago |
陈帅
|
dca9715186
|
support prettier
|
6 years ago |
amedora
|
0aeb9a356b
|
use color definitions insted of numbers
|
6 years ago |
zombieJ
|
1a0a06fca9
|
ConfigProvider support prefixCls (#13389)
Basic support prefixCls.
|
6 years ago |
afc163
|
83c192ea3e
|
💄 fix eslint problems
|
6 years ago |
afc163
|
a616f89a1b
|
🔥 update less code style
|
6 years ago |
afc163
|
cc5ca6f86f
|
update steps doc
|
6 years ago |
afc163
|
213693e333
|
🌐 site: transition component category, close #11629
|
6 years ago |
Fergus Leung
|
ec9f8ab7ce
|
add limitation on checking labelPlacement
|
6 years ago |
Fergus Leung
|
b2b8ae4953
|
Update index.tsx
|
6 years ago |
HeskeyBaozi
|
976f6969f4
|
update test snapshot
|
6 years ago |
HeskeyBaozi
|
24568f61ff
|
use the whole svg icons
|
6 years ago |
HeskeyBaozi
|
2f8a56fa78
|
fix test case & update test snapshot
|
6 years ago |
HeskeyBaozi
|
74798b8911
|
upgdate test snapshot
|
6 years ago |
HeskeyBaozi
|
d8014686b6
|
update Steps test snapshot
|
6 years ago |
HeskeyBaozi
|
b0d89aed23
|
use svg icon in rc-steps
|
6 years ago |
HeskeyBaozi
|
d6131fe18d
|
update test snapshot
|
6 years ago |
afc163
|
7d5907500f
|
revert steps description width to fix align issue
|
6 years ago |
HeskeyBaozi
|
0c9465aaf9
|
upgrade icons library
|
6 years ago |
afc163
|
33f5cc4364
|
Fix long step description overflow, close #11864
|
6 years ago |
HeskeyBaozi
|
56103c627a
|
update step snapshot
|
6 years ago |
HeskeyBaozi
|
ee1d2469a8
|
upgrade test snapshot
|
6 years ago |
HeskeyBaozi
|
d8391d69f3
|
update steps test
|
6 years ago |
afc163
|
2e759e2bea
|
Add initial prop for TypeScript, ref #11180
|
6 years ago |
afc163
|
db736843ff
|
Add Steps[initial], close #11180
|
6 years ago |
HeskeyBaozi
|
796de6390b
|
update test snapshot
|
6 years ago |
HeskeyBaozi
|
35974d67b2
|
update test snap shot
|
6 years ago |
Wei Zhu
|
064bfaf554
|
Add @types/prop-types
|
6 years ago |
Thibault Derousseaux
|
43abea3212
|
Use tabular-nums font variant instead of switching to Tahoma for figures
Using a completely different font for figures leads to inconsistencies: https://github.com/ant-design/ant-design/issues/9422.
Most modern font systems defaults to [tabular figures](https://www.fonts.com/content/learning/fontology/level-3/numbers/proportional-vs-tabular-figures).
One exception to this is Apple's San Francisco which defaults to [proportional figures](http://martiancraft.com/blog/2015/10/san-francisco-part-2/#special-features-numerals).
There is, however, an official and clean way to switch to tabular figures. It's the [`font-variant` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric) that can be set to `tabular-nums`.
This commit removes the "Monospaced Number" font altogether and use `font-variant: tabular-nums` instead where it was used.
It also moves closer to the sans-serif and monospace [system font stacks used by GitHub](http://markdotto.com/2018/02/07/github-system-fonts/).
|
6 years ago |
yoyo837
|
5ca7d75c0d
|
fix doc
|
6 years ago |
yoyo837
|
ce24f278cf
|
docs
|
6 years ago |
yoyo837
|
6ae02a9ab7
|
progress-dot
|
6 years ago |
yoyo837
|
a0a0d88b78
|
Fix content without vertical alignment icon when using vertical label mode; And description text-align: center;
|
6 years ago |
HeskeyBaozi
|
4a553a2006
|
upgrade test cases
|
6 years ago |
HeskeyBaozi
|
8df086f022
|
update test cases
|
6 years ago |
HeskeyBaozi
|
9338f33c1c
|
update test cases
|
6 years ago |
afc163
|
009ed08580
|
upgrade eslint-config-airbnb
|
7 years ago |
Thomas Billicsich
|
ff70654ffe
|
Removed redundant dot accesses in example
The `current` variable is defined on the top of the method.
|
7 years ago |
afc163
|
68a110afa3
|
should use primary color for steps
|
7 years ago |
潘晓升
|
e4d7e5e510
|
Update index.tsx (#9126)
add the “style” property for declare file
|
7 years ago |
afc163
|
5f35a69858
|
update steps demo
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
Graeme Yeates
|
b46cb4b740
|
Add a variable to control processing colors (#8166)
|
7 years ago |