07akioni
35f1b1b7fc
fix: remove style of ghost link & ghost text button ( #24953 )
* fix: remove style of ghost link & ghost text button
* feat: devWarning on link or text + ghost button
* test: update snapshot
* fix: fix devWarning valid arg
* test: test warning
* docs: update ghost button demo
* test: change resetWarned position
* chore
4 years ago
xrkffgg
7450c3fd8d
style: fix rtl.less missing variable ( #25088 )
4 years ago
LiPinghai
a55443bd8c
fix: avoid colorPalette error when the saturation/value === 1 ( #25059 )
problems caused by tinycolor converting 1 to 100%
Co-authored-by: pinghaili <pinghaili@tencent.com>
5 years ago
xrkffgg
7a5939fa37
feat: add `@rate-star-hover-scale` ( #24917 )
5 years ago
xrkffgg
d380a8d3e4
style: add `@divider-orientation-margin` less ( #24877 )
* style: add `@divider-text-left-width` less
* fix: name
5 years ago
Teng YANG
3d62c44325
feat: allow user customize table font size ( #24714 )
5 years ago
二货机器人
77c5adbe4d
feat: New Tabs ( #24552 )
* init style
* support size
* editable
* add shadow
* update demo
* fix nest style
* update rtl
* update snapshot
* bump
* fix hover
* fix test case
* fix style lint
* clean up
* updat docs
* add onTabScroll
* upgrade rc-dropdown
* update snapshot
* clean snapshot
* clean up
Co-authored-by: afc163 <afc163@gmail.com>
5 years ago
xrkffgg
9e96b9e2d5
fix: alert close padding ( #24471 )
* fix: alert close padding
* add compact
* fix var
5 years ago
Teng YANG
ccd2820ce7
fix : #24205 less class name prefix enhancement ( #24459 )
* replace ant class prefix with variable in mixin
* replace ant class prefix with variable in wave
5 years ago
偏右
1f371eee09
fix: Table selection out of column when size is small/middle ( #24394 )
close #24326
5 years ago
Amumu
fb839eb1d1
remove @grid-gutter-width ( #24303 )
5 years ago
二货机器人
75b090aff3
fix: Switch trigger motion ( #24254 )
* init fix
* fix rtl
* clean up
* update snapshot
* fix style lint
* add motion of inner
* update un-checked focus style
5 years ago
偏右
188e5630b3
💄 Add @card-head-extra-color ( #24189 )
close #24187
5 years ago
偏右
f7e00f645e
style: fix Button small size align when customize theme ( #24097 )
close #24089
5 years ago
偏右
4dccbd8eab
style: add @modal-close-color ( #24053 )
* 🆕 Add @modal-close-color
close #24050
* update snapshot
* fix var name
5 years ago
偏右
2ab7c3f182
fix @menu-item-font-size not working ( #24052 )
close #24051
5 years ago
Tom Xu
d766472d94
feat: descriptions add less variable ( #24032 )
* feat: add less variable @descriptions-item-trailing-colon,@descriptions-it,@descriptions-item-label-colon-margin-leftem-label-colon-margin-right,
* fix
* Update demo.test.js.snap
5 years ago
二货机器人
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
5 years ago
偏右
c5bcf57537
feat: 💄 Add text type Button ( #22552 )
* 🆕 Add text type Button
`<Button type="text" />`
close #15892
* Add test cases
* missing type
* missing type
* fix missing type
* Update components/button/index.zh-CN.md
Co-Authored-By: zefeng <zefengbao@outlook.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: zefeng <zefengbao@outlook.com>
5 years ago
偏右
6ded8588ed
chore: @radio-solid-checked-color typo ( #23878 )
* Update default.less
* Update dark.less
5 years ago
xrkffgg
cffcd0378a
style: optimize steps style ( #23855 )
* style: optimize steps style
* fix: name
* Update
Co-authored-by: 偏右 <afc163@gmail.com>
* fix: sm
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
二货机器人
98232382f1
feat: MenuItem support `danger` ( #23785 )
* feat: Basic danger color
* dark of it
* danger dark style
* invers of dropdown
* update less
* update snapshot
5 years ago
xrkffgg
ba9d75e3bd
fix: switch style ( #23791 )
5 years ago
vldh
b66ab37463
feat: add less variable @input-disabled-color ( #23775 )
* add less variable @input-disabled-color
* Update components/style/themes/default.less
Co-Authored-By: 偏右 <afc163@gmail.com>
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
zefeng
14417f1614
feat(theme): adjust font-size in compact mode ( #23135 )
* feat(theme): adjust font-size in compact mode
With compact theme mode, we adjust default font-size from 14px to 12px.
Closes #23015
* patch: update docs min font-size
* patch
* patch
* patch
* patch
* patch
* patch
5 years ago
偏右
02faa4bcf1
💄 tweak Table selected row hover background ( #23313 )
5 years ago
二货机器人
de68e37da2
fix @tabs-card-height ( #23168 )
5 years ago
偏右
8e56354de2
💄 Tweak Table hover background color ( #23113 )
5 years ago
kaoding
3f8dbc500f
style: 💄 @info-color should be @primary-color defaultly
revert #5442
5 years ago
Amumu
4ef3215e1a
fix typo ( #22803 )
5 years ago
He Linming
3450a82b9e
fix: Card Tabs do not support small size ( #22666 )
* 🐛 Card Tabs do not support small size
close #22637
* 👌 adjust height
* 👌 use antd variable
* 👌 add card tabs
* ✅ fix ci and adjust margin
5 years ago
Michael Shing
cd0203d535
fix: --scroll-bar var default value ( #22754 )
* Fix --scroll-bar var default value
* Disable stylelint on scroll-bar var
* Feedback
Co-Authored-By: 偏右 <afc163@gmail.com>
Co-authored-by: Michael Shing <mshing@datto.com>
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
zefeng
dda45e4796
feat: support compact theme ( #22126 )
* feat: support narrow theme mode
* chore: rename narrow to compact
* chore: height part
* chore: preview compact mode
* chore: to make site corrected
* chore: preview site
* docs: 📖 document compact theme usage
* docs: tweak theme doc
* docs: 📖 Add description about double css bundle size
* chore: preview
* chore: for preview
* chore: adjust pagination
* chore: compact mode done!
* chore: remove useless todo
* chore: fix review bug
* chore: fix review bug
* chore: fix card margin
* chore: fix review bug
* chore: fix review bug
* chore: improve i18n and transition
* Update site/theme/static/common.less
Co-Authored-By: 偏右 <afc163@gmail.com>
* chore: fix button size and description padding
* chore: update snapshots
* chore: add compact css bundlesize limit
* chore: compact dist support
Co-authored-by: afc163 <afc163@gmail.com>
5 years ago
Vyacheslav Kamenev
fbdfd4afc0
move @form-item-label-height from form styles to theme variables ( #22600 )
5 years ago
afc163
bd9be358e2
⌨️ Add less vars @link-focus-decoration and @link-focus-outline
5 years ago
偏右
10f4454536
💄 fix Slider handler focus style ( #22161 )
like 3.x
5 years ago
偏右
125c154ffe
💄 Avoid negative padding in less ( #22003 )
close #22003
5 years ago
二货机器人
301ef2eb63
fix: Table small header background color ( #21942 )
5 years ago
偏右
5bb8f585de
add outline-fade less variable ( #20227 )
Co-authored-by: 偏右 <afc163@gmail.com>
5 years ago
偏右
394b785dca
🐛 Fix Menu bottom margin missing ( #21867 )
close #21864
5 years ago
二货机器人
3ae88cd03b
fix: Table fixed style with sorted column ( #21679 )
5 years ago
信鑫-King
c17b40ae70
fix: dark background in different container ( #21299 )
* fix: comment and input
* fix: add @pagination-item-input-bg
* feat: add @list-customize-card-bg for dark hook component
* feat: add dark hook
* fix: checkbox color
* fix: popover-customize-border-color
* fix: table
* fix: style lint
* fix: debug
* fix: color
* fix: update colors
* fix: demo
* feat: popover container bg use mixins utils
* fix: less dark
* fix: table bg in dark
* fix: fixed table
* fix: lint
* fix: lint
* feat: add @table-expand-icon-bg
* fix: notification bg
* fix: remove dark.md
* fix: dropdown
* fix: table
* fix: data lint
* fix: style
* fix: dark less style
* fix: @steps-background
* fix: add thead dark style
* fix: unused styles
5 years ago
二货机器人
1b15ccacc8
fix: Fixed Table small style ( #21431 )
5 years ago
二货机器人
5425d8451e
fix input lg height issue ( #21338 )
5 years ago
偏右
cf4808b50e
🐛 Fix Menu collapsed jumping ( #21314 )
close #21301
5 years ago
偏右
d23c550976
💄 new tabs style ( #21256 )
smaller bar width
5 years ago
偏右
93e6454488
🆕 Add less variable @form-item-label-font-size ( #21216 )
close #21205
5 years ago
Teng YANG
bf56026809
update clearfix mixin ( #21109 )
Refs: ff29c1224c/scss/mixins/_clearfix.scss
5 years ago
Amumu
f4806ef9da
fix: add less variable to fix Layout.Header font color ( #21033 )
* add less variable to fix Layout.Header font color
* fix lint
5 years ago
Amumu
9c5a3c6cec
chore: Revert #21013 and upgrade ( #21015 )
* Revert "💄 (Timeline): add @timeline-item-padding variable (#21013 )"
This reverts commit 6b3b6aa511
.
* add @timeline-item-padding-bottom
5 years ago