Commit Graph

625 Commits

Author SHA1 Message Date
Wei Zhu
1815bba876 Unregister service worker 2018-09-26 11:13:19 +08:00
Wei Zhu
aeeabb1263 Disable offline temporarily 2018-09-26 10:44:12 +08:00
afc163
4c0c24428c site: fix duplicated menu icon 2018-09-19 14:47:24 +08:00
afc163
ead460afe4 site: tweak header transition style 2018-09-16 17:49:07 +08:00
afc163
a669f24afe site: improve hr style 2018-09-16 15:40:05 +08:00
afc163
d030121ce2 change faq links 2018-09-16 15:40:05 +08:00
afc163
0698c82173 adjust icon svg align 2018-09-14 10:58:03 +08:00
愚道
edee08006d fix review code style issue 2018-09-12 12:01:39 +08:00
愚道
76cf0816dc doc: add course link to site nav 2018-09-12 12:01:39 +08:00
afc163
7a4107eab8 site: update footer links 2018-09-11 14:34:36 +08:00
愚道
5dd292f8b7 doc: add yuque antd course link 2018-09-11 14:22:38 +08:00
afc163
5364675ab7 update cdn link 2018-09-11 14:15:48 +08:00
afc163
8fee0fd567 site: update heading font 2018-09-10 15:59:18 +08:00
afc163
5ab199b867 site: fix some icon align styles 2018-09-10 14:51:18 +08:00
HeskeyBaozi
9fae6b443d remove fields.js 2018-09-07 14:14:23 +08:00
HeskeyBaozi
403ac4d0df add missed icons 2018-09-07 14:14:23 +08:00
包子熊
67024893ce Hotfix/icon issue (#12016)
* fix progress icon

* remove IconDisplay fields.js

* update progress test snapshot

* fix form item circle filled

* update form-item test snapshot

* fix close icon in upload item list

* fix alert icon theme

* update alert test snapshot

* fix time picker clear icon

* fix test snapshot

* fix rotate icon in the header

* update test snapshot

* update new tree test snapshot

* fix icon position

* fix old icon and new icon both display

* fix card actions icon position
2018-09-03 19:29:27 +08:00
afc163
f22247bce0 site: fix demo icon 2018-09-03 12:20:14 +08:00
包子熊
fd61989852 remove strikethrough to edit icons 2018-09-02 23:56:48 +08:00
HeskeyBaozi
4d681c7fd3 optimize icon docs 2018-09-02 20:59:37 +08:00
HeskeyBaozi
bd53700766 default to icon 2018-09-02 20:59:37 +08:00
HeskeyBaozi
28b3ed19ee add logo alibaba 2018-09-02 20:59:37 +08:00
HeskeyBaozi
af95133c5b icon size: 24px -> 36px 2018-09-02 20:59:37 +08:00
HeskeyBaozi
92ea2dcc68 90+ new icons 2018-09-02 20:59:37 +08:00
HeskeyBaozi
7e1c373ca4 remove IconSet 2018-09-02 20:59:37 +08:00
HeskeyBaozi
bd59671585 default primary color #1890ff 2018-09-02 20:59:37 +08:00
HeskeyBaozi
b453db3c9b fix typescript type 2018-09-02 20:59:37 +08:00
HeskeyBaozi
3bc88ed7fa use more reusable color 2018-09-02 20:59:37 +08:00
HeskeyBaozi
2a54d80639 new icon display 2018-09-02 20:59:37 +08:00
HeskeyBaozi
2600d8a4ca remove IconDisplay jsx 2018-09-02 20:59:37 +08:00
HeskeyBaozi
dcc35f1deb default to icon 2018-09-02 20:59:37 +08:00
afc163
207bad7b47 Merge branch 'master' into feature-3.9.0 2018-09-01 13:22:06 +08:00
afc163
b84d515969 site: add promote badge 2018-08-31 17:03:27 +08:00
afc163
bf2f7e9c33 Merge branch 'master' into feature-3.9.0 2018-08-28 18:09:01 +08:00
afc163
b99f205cf8 site: clear out new icons which were not new 2018-08-27 22:32:54 +08:00
afc163
0e1b304513 Fix codepen error for react@16 and moment, close #11886 2018-08-27 13:28:41 +08:00
HeskeyBaozi
d9b38aee4b Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
#	package.json
2018-08-25 13:24:44 +08:00
afc163
68959b9a4f site: update yuque description 2018-08-23 23:14:26 +08:00
HeskeyBaozi
96b38dd3ec use svg icon in introduce 2018-08-21 18:33:52 +08:00
HeskeyBaozi
678e2aac4f use svg icon in docs footer nav 2018-08-21 17:46:20 +08:00
afc163
d13187ba1e site: tweak script and style tags order 2018-08-20 17:08:07 +08:00
afc163
55d43eb13b site: move script to body bottom 2018-08-17 22:29:36 +08:00
afc163
45ac4872b2 update chinese slogan 2018-08-16 23:32:50 +08:00
afc163
8d873785a7 Add badge above footer kitchen link 2018-08-14 12:26:53 +08:00
afc163
799c7be17e Fix site error in IE10/11 which don't support conditional comments 2018-08-12 00:04:58 +08:00
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/).
2018-08-04 11:28:14 +08:00
Wei Zhu
bb29c46cda
Update ErrorBoundary.js 2018-08-02 18:10:59 +08:00
afc163
0587804fb1 Fix kcard.alipay.com issue, close #11349 2018-08-02 17:00:39 +08:00
afc163
e397c094bb site: Add ErrorBoundary for live demo, ref #11553 2018-08-02 16:34:04 +08:00
afc163
7ec566928d site: improve code style 2018-08-02 16:25:47 +08:00