amedora
0aeb9a356b
use color definitions insted of numbers
6 years ago
amedora
1f3e5f5817
add new color definitions
6 years ago
frezc
e732bffde3
add checkbox-border-width
6 years ago
afc163
5abbe3ba23
🐛 revert menu background
6 years ago
afc163
03d3b08315
🐛 Fix popup menu background transparent bug
6 years ago
afc163
a616f89a1b
🔥 update less code style
6 years ago
afc163
fe2b348a5a
rm default.deperated.less
6 years ago
afc163
799c26a13b
revert deleting @font-variant-base by accident
6 years ago
afc163
f41b1db572
update default menu background
6 years ago
ilanus
88a3737e61
🎉 cleanup comment
6 years ago
ilanus
11e6fec65a
✨ updating comment api, docs and demos
6 years ago
Ilan
3b01ed3b53
👌 update code after pr review
6 years ago
Ilan
30db3f2a05
✨ nested comment with demo
6 years ago
Ilan
53dd4731f1
✨ initial comment component
6 years ago
afc163
a264c6f345
Add less variable @modal-header-bg , close #12914
6 years ago
afc163
af2e76d64c
Add less variable @modal-header-bg , close #12914
6 years ago
Nima Dehnashi
54b944e8ee
Allow font-variant to be customized
6 years ago
Wei Zhu
cfdf06213b
fix style lint errors
6 years ago
afc163
bcb06ec174
Add active style of filtered state
6 years ago
afc163
c935d53b71
Fix sorter icon align of Table
6 years ago
zombieJ
f9dd709e2f
Transfer support disabled ( #12084 )
6 years ago
afc163
0698c82173
adjust icon svg align
6 years ago
George Gray
c94eda04c6
add vars for Alert types ( #12057 )
6 years ago
afc163
bdcf4342fe
tweak icon size and design
6 years ago
HeskeyBaozi
c76a90b2b7
fix tweak icon
6 years ago
包子熊
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
6 years ago
afc163
3cbb5da6c2
tweak icons size
6 years ago
HeskeyBaozi
ff44129e6e
remove less vars @icon-url
6 years ago
Tom Xu
8ff9dc6bab
Table added a new less variable @table-header-color
6 years ago
Chandler Moisen
ce4a4bacaa
add @menu-item-active-border-width to Menu.Item ( #11934 )
6 years ago
Chandler Moisen
badfac83b0
add @progress-text-color var to <Progress /> ( #11771 )
6 years ago
HeskeyBaozi
2e85c74898
svg should display `block`
6 years ago
afc163
1707abb48d
Fix switch click error, close #11891
6 years ago
afc163
98c3d8b1d7
tweak wave style
6 years ago
afc163
1ba99510cd
Fix @shadow-1-up , close #11873
6 years ago
zombieJ
796b56dbc4
New Component Skeleton ( #11226 )
* Add new component Skeleton
* Add related doc
* Add sample
* Add test case
ref: https://github.com/ant-design/ant-design/issues/10308
6 years ago
afc163
60cff5de40
tweak wave effect detail
6 years ago
afc163
041173f059
tweak animation arguments
6 years ago
afc163
5e37710ecb
improve click effect ⭐
6 years ago
陈帅
958e8ebc4b
Fix drawer ( #11702 )
* fix #11583 #11443 remove pointer-events
* update snap fix ci
* @ease change to @drawer-easing
* add @ease-base-out and @ease-base-in
* fix drawer
6 years ago
HeskeyBaozi
b9a9c308c9
[breaking] remove iconfont-font class helper
6 years ago
HeskeyBaozi
049ce5c307
use time-picker with svg icon
6 years ago
HeskeyBaozi
35974d67b2
update test snap shot
6 years ago
afc163
9cf6ae6010
Refactor and apply wave click animation to more components
now support Button, Tag, Radio.Button and switch
6 years ago
HeskeyBaozi
4945d66084
update select
6 years ago
afc163
45fb83d64c
simplify style code
6 years ago
David Hatten
f237effc2a
list padding and margin defaults added
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
Ooi Yee Wei
c849a73f4e
First commit
6 years ago
HeskeyBaozi
768f871176
align svg to text
6 years ago