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 |
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 |
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 |
偏右
|
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 |
Wei Zhu
|
36227a10db
|
docs: sort api table
|
7 years ago |
monkindey
|
0bc5936b23
|
resolve conflicted files
|
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 |
Wei Zhu
|
250c7a9c68
|
Revert "Mock rc-trigger"
This reverts commit 9d2c91598b .
|
7 years ago |
Wei Zhu
|
9d2c91598b
|
Mock rc-trigger
Ref #5522
|
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 |
Khalifa Lame
|
f48cf1df90
|
docs: update Steps English doc (#7463)
Added code tags to string values.
|
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 |
Tyler
|
919cb22eb7
|
Use the prop-types package from npm instead of React.PropTypes (#6057)
* Use the prop-types package from npm instead of React.PropTypes
* Remove using of PropTypes from React in docs and site
|
8 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 |
Wei Zhu
|
f6b1e942e3
|
Jest 19 (#5361)
* Upgeade to jest 19
* Use jest.spyOn
|
8 years ago |
Benjy Cui
|
758559f718
|
test: update snapshots
|
8 years ago |
afc163
|
bbfc131a85
|
Fix steps fixed width, close #5083
|
8 years ago |
Benjy Cui
|
200b88246f
|
docs: update docs format
|
8 years ago |
Benjy Cui
|
d2b8d65c87
|
style: update code style to please lint, close: #2179
|
8 years ago |