Skip to content

Commit

Permalink
chore: auto merge branchs (#34226)
Browse files Browse the repository at this point in the history
chore: sync master into feature
  • Loading branch information
github-actions[bot] committed Feb 27, 2022
2 parents 4ed6e93 + 1a2ced6 commit faff0ec
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/divider/style/index.less
Expand Up @@ -13,7 +13,7 @@
top: -0.06em;
display: inline-block;
height: 0.9em;
margin: 0 8px;
margin: 0 @divider-vertical-gutter;
vertical-align: middle;
border-top: 0;
border-left: @border-width-base solid @divider-color;
Expand Down
4 changes: 2 additions & 2 deletions components/drawer/style/drawer.less
Expand Up @@ -134,8 +134,8 @@
margin: 0;
color: @heading-color;
font-weight: 500;
font-size: @font-size-lg;
line-height: 22px;
font-size: @drawer-title-font-size;
line-height: @drawer-title-line-height;
}

&-content {
Expand Down
2 changes: 1 addition & 1 deletion components/dropdown/style/index.less
Expand Up @@ -218,7 +218,7 @@

&-selected {
color: @dropdown-selected-color;
background-color: @item-active-bg;
background-color: @dropdown-selected-bg;
}

&:hover {
Expand Down
2 changes: 1 addition & 1 deletion components/modal/style/confirm.less
Expand Up @@ -23,7 +23,7 @@
overflow: hidden;
color: @heading-color;
font-weight: 500;
font-size: @font-size-lg;
font-size: @modal-confirm-title-font-size;
line-height: 1.4;
}

Expand Down
2 changes: 1 addition & 1 deletion components/radio/style/index.less
Expand Up @@ -174,7 +174,7 @@ span.@{radio-prefix-cls} + * {
display: inline-block;
height: @btn-height-base;
margin: 0;
padding: 0 @padding-md - 1px;
padding: 0 @radio-button-padding-horizontal;
color: @radio-button-color;
font-size: @font-size-base;
line-height: @btn-height-base - 2px;
Expand Down
6 changes: 6 additions & 0 deletions components/style/themes/default.less
Expand Up @@ -283,10 +283,12 @@
@divider-text-padding: 1em;
@divider-orientation-margin: 5%;
@divider-color: rgba(0, 0, 0, 6%);
@divider-vertical-gutter: 8px;

// Dropdown
@dropdown-selected-color: @primary-color;
@dropdown-menu-submenu-disabled-bg: @component-background;
@dropdown-selected-bg: @item-active-bg;

// Empty
@empty-font-size: @font-size-base;
Expand All @@ -306,6 +308,7 @@
@radio-button-color: @btn-default-color;
@radio-button-hover-color: @primary-5;
@radio-button-active-color: @primary-7;
@radio-button-padding-horizontal: @padding-md - 1px;
@radio-disabled-button-checked-bg: @disabled-active-bg;
@radio-disabled-button-checked-color: @disabled-color;
@radio-wrapper-margin-right: 8px;
Expand Down Expand Up @@ -563,6 +566,7 @@
@modal-footer-border-width: @border-width-base;
@modal-mask-bg: fade(@black, 45%);
@modal-confirm-body-padding: 32px 32px 24px;
@modal-confirm-title-font-size: @font-size-lg;

// Progress
// --
Expand Down Expand Up @@ -989,6 +993,8 @@
@drawer-footer-padding-vertical: @modal-footer-padding-vertical;
@drawer-footer-padding-horizontal: @modal-footer-padding-horizontal;
@drawer-header-close-size: 56px;
@drawer-title-font-size: @font-size-lg;
@drawer-title-line-height: 22px;

// Timeline
// ---
Expand Down
6 changes: 6 additions & 0 deletions components/style/themes/variable.less
Expand Up @@ -338,10 +338,12 @@ html {
@divider-text-padding: 1em;
@divider-orientation-margin: 5%;
@divider-color: rgba(0, 0, 0, 6%);
@divider-vertical-gutter: 8px;

// Dropdown
@dropdown-selected-color: @primary-color;
@dropdown-menu-submenu-disabled-bg: @component-background;
@dropdown-selected-bg: @item-active-bg;

// Empty
@empty-font-size: @font-size-base;
Expand All @@ -361,6 +363,7 @@ html {
@radio-button-color: @btn-default-color;
@radio-button-hover-color: @primary-5;
@radio-button-active-color: @primary-7;
@radio-button-padding-horizontal: @padding-md - 1px;
@radio-disabled-button-checked-bg: @disabled-active-bg;
@radio-disabled-button-checked-color: @disabled-color;
@radio-wrapper-margin-right: 8px;
Expand Down Expand Up @@ -618,6 +621,7 @@ html {
@modal-footer-border-width: @border-width-base;
@modal-mask-bg: fade(@black, 45%);
@modal-confirm-body-padding: 32px 32px 24px;
@modal-confirm-title-font-size: @font-size-lg;

// Progress
// --
Expand Down Expand Up @@ -1044,6 +1048,8 @@ html {
@drawer-footer-padding-vertical: @modal-footer-padding-vertical;
@drawer-footer-padding-horizontal: @modal-footer-padding-horizontal;
@drawer-header-close-size: 56px;
@drawer-title-font-size: @font-size-lg;
@drawer-title-line-height: 22px;

// Timeline
// ---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -209,7 +209,7 @@
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-unicorn": "^41.0.0",
"fetch-jsonp": "^1.1.3",
Expand Down

0 comments on commit faff0ec

Please sign in to comment.