二货机器人
80e3dfa9be
feat: Add Link component to prepare for rm global style ( #24019 )
...
* init
* move to base
* add link component
* update snasphot
* update snasphot of test
* move to Typography
* update test case
2020-05-11 14:28:57 +08:00
afc163
bd9be358e2
⌨️ Add less vars @link-focus-decoration and @link-focus-outline
2020-03-23 20:09:50 +08:00
moonrailgun
25599bc7ce
add text selection so we can overwrite it independent
2019-04-18 12:31:04 +08:00
偏右
659efe05a8
Merge pull request #15613 from krokofant/master
...
Enable theme switching by html-prefix
2019-04-05 16:15:36 +08:00
Benjamin Amelot
f55ccfe81e
Remove underlines from focused links ( #15759 )
2019-03-31 13:46:38 +08:00
krokofant
637b2e326d
👌 IMPROVE: Scoping styles for themeing
2019-03-24 17:52:14 +01:00
Cong Zhang
bc4303b98a
Allow font-feature-settings to be customizable
2019-03-19 15:03:52 +08:00
米老朱
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
2019-02-15 10:48:07 +08:00
Andrew Shearer
163140189f
Fix quote rendering ( #14708 )
...
Use curly quotes from the current font, removing an override that
switched to a Chinese font for those 4 characters. On all platforms,
this caused the quotes to differ in size and weight from the
surrounding text. On Linux, it also caused text to fall back to a
serif font rather than the intended sans-serif font. On Windows,
it used a full-width Chinese character, making it look like there
were extra spaces in the text. Typographic apostrophes, in
particular, appeared to have two or more extra spaces after them.
fix #13095
2019-02-04 11:36:03 +08:00
afc163
56ac01610f
💄 font-feature-settings to enable monospaced for OpenType font
...
https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings
2019-01-30 21:54:43 +08:00
ztplz
46a7a048dc
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto
2019-01-14 01:01:50 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
amedora
0aeb9a356b
use color definitions insted of numbers
2018-12-05 19:45:22 +08:00
Nima Dehnashi
54b944e8ee
Allow font-variant to be customized
2018-10-17 14:43:43 +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
afc163
20495dd5ba
Fix monospaced number font weight issue
...
http://codesandbox.io/s/w705jk5wz7
2018-05-07 21:19:16 +08:00
jojoLockLock
7915e58f1f
fix base.less @at-root syntax error ( #9832 )
2018-03-28 10:41:54 +08:00
afc163
506f97640e
Fix font family name, close ant-design/ant-design-pro#813
2018-01-26 10:24:41 +08:00
afc163
f88a405c32
Fix text font family unexpected change in chrome, close #8636
2018-01-12 21:53:34 +08:00
afc163
a0c189f800
Fix Chinese single quotes font family
2018-01-10 21:27:54 +08:00
EcmaProSrc.P/ka
534b69be21
Update base.less ( #8912 )
...
Repair spelling mistakes
2018-01-10 18:45:30 +08:00
afc163
7694a52374
Fix input look in iOS
2018-01-09 14:22:00 +08:00
afc163
c6fcc31217
More readable font family for chinese quote
2018-01-05 10:26:22 +08:00
偏右
b531de3fee
Upgrade dev deps and fix lints ( #8358 )
...
* upgrade devDeps and fix lint
* Fix stylelint problems
2017-11-29 21:00:16 +08:00
afc163
3072aff31f
Merge branch 'master' into antd-3.0
2017-10-31 18:47:39 +08:00
afc163
7cc3e2c1cd
Fix input checkbox or radio disappeared, ref #7974
2017-10-31 13:57:45 +08:00
afc163
7c3a483190
Fix input checkbox or radio disappeared, ref #7974
2017-10-30 13:19:53 +08:00
afc163
7537aa11d0
Fix input shadow in iOS safari, ref #7974
2017-10-28 15:08:39 +08:00
朮厃
8e1cb081db
Remove the inner shadow on iOS inputs. ( #7974 )
2017-10-23 10:05:53 +08:00
afc163
054444f619
Merge branch 'master' into antd-3.0
2017-10-07 15:34:19 +08:00
afc163
31d0c3a49d
Fix @link-hover-decoration, close #7821 & #7531
2017-10-07 15:31:25 +08:00
偏右
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 👻
2017-09-27 22:32:49 +08:00
偏右
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
2017-09-22 18:33:29 +08:00
afc163
b24483545c
Merge branch 'master' into antd-3.0
2017-09-12 09:41:51 +08:00
afc163
37c8c4ed30
Fix @link-hover-decoration not working, close #7531
2017-09-09 13:58:18 +08:00
偏右
3b59a03c00
New component divider ( #7261 )
...
* Add Divider
* use Divider in table demos
* update demo instruction
* upgrade snapshots
2017-08-19 12:39:11 +08:00
afc163
efcc28ed51
header font weight
2017-07-15 14:43:12 +08:00
afc163
0e18c52b96
heading default text color
2017-06-21 16:08:57 +08:00
afc163
a4fb175672
move duplicated css code, close #6156
2017-05-17 20:31:48 +08:00
afc163
352e0f7ce4
tweak link text-decoration style
2017-04-05 14:58:41 +08:00
Kenaniah Cerny
ed434c57e9
improves link navigation
2017-04-01 04:06:34 -07:00
偏右
d811ebee5c
New color system ( #4426 )
...
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
2017-01-01 22:20:06 +08:00
afc163
fcdc375f77
update table demo detail style
2016-12-04 17:47:45 +08:00
afc163
9b81fe86d9
clear less variables and add @text-color-secondary
2016-11-08 20:48:03 +08:00
Benjy Cui
b08a17d986
fix: add .clearfix
2016-09-19 16:57:00 +08:00
afc163
9042e139b3
Remove some unused code
2016-09-15 01:38:32 +08:00
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
...
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
2016-09-14 16:18:33 +08:00
afc163
aa3ffbe025
put normalize.css inside
2016-05-26 20:58:11 +08:00
yiminghe
c02dfb48fc
use js import
2016-05-26 20:45:27 +08:00
afc163
ee1ed40a77
use inline import ( ant-design/antd-init#52 )
2016-05-25 15:09:16 +08:00