afc163
a2a9831abb
💄 Fix less code style
6 years ago
afc163
6625fb59db
fix(Steps): 🐛 style broken when progressDot and size="small"
close #15566
close #15849
6 years ago
yoyo837
6b84c079dd
fix when size is small and label is vertical the label text not align center
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
zombieJ
41470e0c68
clean css ( #14797 )
* clean css
* move to horizontal
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
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
amedora
0aeb9a356b
use color definitions insted of numbers
6 years ago
afc163
a616f89a1b
🔥 update less code style
6 years ago
afc163
7d5907500f
revert steps description width to fix align issue
6 years ago
afc163
33f5cc4364
Fix long step description overflow, close #11864
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
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
afc163
68a110afa3
should use primary color for steps
7 years ago
afc163
5f35a69858
update steps demo
7 years ago
Graeme Yeates
b46cb4b740
Add a variable to control processing colors ( #8166 )
7 years ago
偏右
bdceb5f083
Review fix ( #8125 )
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
7 years ago
afc163
296dfc7375
vertical progressDot Steps style
7 years ago
afc163
2a14b4667d
Fix progress dot step style
7 years ago
afc163
ca3835bf58
Tweak progress dot step style
7 years ago
afc163
91a64d0567
Tweak styles
7 years ago
偏右
9053192ae9
Fix component style ( #7848 )
* fix components style
* fix snapshot
* update travis node version
* change upload action in ci
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
afc163
ca06211494
Fix small steps font size
7 years ago
afc163
306a5699a7
Better responsive Steps
7 years ago
偏右
759b0bb821
seperate reset styles ( #7682 )
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
7 years ago
afc163
3195cc182c
Fix steps styles
7 years ago
afc163
68ff1b6ff0
fix progressDot Steps style
7 years ago
偏右
a933961aae
upgrade rc-steps to 3.0 ( #7473 )
* upgrade rc-steps to 3.0
* update snapshot
7 years ago
afc163
187e9dd85c
tweak step number font
7 years ago
偏右
2dedc5ec7f
Upgrade grid break points ( #7230 )
close #5122
7 years ago
afc163
b0da6adf8c
Improve responsive of Steps
7 years ago
afc163
29b5f433f8
Fix step title background
7 years ago
afc163
4962d19462
tweak steps style
7 years ago
afc163
0cf3600e25
refactor step title style again
7 years ago
afc163
0eefa85b04
refactor step title style
7 years ago
afc163
c67d9b2935
Fix nested steps style, close #6754
7 years ago
afc163
c5059e5fb7
Fix steps tail style bug, close #5623
8 years ago
Graeme Yeates
18d0a4d1fb
Add @steps-background and @process-icon-text-color variables for customizing step theme
8 years ago
afc163
a10704bc44
Tweak steps animation style
8 years ago
afc163
bbfc131a85
Fix steps fixed width, close #5083
8 years ago
Benjy Cui
d2b8d65c87
style: update code style to please lint, close : #2179
8 years ago
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
8 years ago
afc163
720ea3690a
expand dot responsive area
8 years ago
ddcat1115
09397187ac
Steps support progressDot and labelPlacement ( #4659 )
8 years ago