2432 lines
66 KiB
CSS
2432 lines
66 KiB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
|
|
color: #fff;
|
|
background-color: #ff4d4f;
|
|
}
|
|
.ant-dropdown {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5715;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
--antd-arrow-background-color: #fff;
|
|
position: absolute;
|
|
top: -9999px;
|
|
left: -9999px;
|
|
z-index: 1050;
|
|
display: block;
|
|
}
|
|
.ant-dropdown::before {
|
|
position: absolute;
|
|
inset-block: calc(16px / 2 - calc(16px / 2 + 4px));
|
|
z-index: -9999;
|
|
opacity: 0.0001;
|
|
content: '';
|
|
}
|
|
.ant-dropdown-wrap {
|
|
position: relative;
|
|
}
|
|
.ant-dropdown-wrap .ant-btn > .anticon-down {
|
|
font-size: 10px;
|
|
}
|
|
.ant-dropdown-wrap .anticon-down::before {
|
|
transition: transform 0.2s;
|
|
}
|
|
.ant-dropdown-wrap-open .anticon-down::before {
|
|
transform: rotate(180deg);
|
|
}
|
|
.ant-dropdown-hidden,
|
|
.ant-dropdown-menu-hidden,
|
|
.ant-dropdown-menu-submenu-hidden {
|
|
display: none;
|
|
}
|
|
.ant-dropdown-arrow {
|
|
position: absolute;
|
|
z-index: 1;
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
}
|
|
.ant-dropdown-arrow::before {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 16px;
|
|
height: calc(16px / 2);
|
|
background: var(--antd-arrow-background-color);
|
|
content: '';
|
|
clip-path: polygon(1.65685425px 100%, 50% 1.65685425px, 14.34314575px 100%, 1.65685425px 100%);
|
|
clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
|
|
inset-inline-start: 0;
|
|
}
|
|
.ant-dropdown-arrow::after {
|
|
position: absolute;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
width: 8.97056275px;
|
|
height: 8.97056275px;
|
|
margin: auto;
|
|
background: transparent;
|
|
border-radius: 0 0 2px;
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
|
|
transform: translateY(50%) rotate(-135deg);
|
|
content: '';
|
|
inset-inline: 0;
|
|
}
|
|
.ant-dropdown-arrow::before {
|
|
background: var(--antd-arrow-background-color);
|
|
}
|
|
.ant-dropdown-placement-top > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
bottom: 0px;
|
|
transform: translateY(100%) rotate(180deg);
|
|
}
|
|
.ant-dropdown-placement-top > .ant-dropdown-arrow {
|
|
left: 50%;
|
|
transform: translateX(-50%) translateY(100%) rotate(180deg);
|
|
}
|
|
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
|
|
top: 0px;
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
|
|
left: 50%;
|
|
transform: translateX(-50%) translateY(-100%);
|
|
}
|
|
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-dropdown-placement-left > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-leftTop > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-leftBottom > .ant-dropdown-arrow {
|
|
right: 0px;
|
|
transform: translateX(100%) rotate(90deg);
|
|
}
|
|
.ant-dropdown-placement-left > .ant-dropdown-arrow {
|
|
top: 50%;
|
|
transform: translateY(-50%) translateX(100%) rotate(90deg);
|
|
}
|
|
.ant-dropdown-placement-leftTop > .ant-dropdown-arrow {
|
|
top: 16px;
|
|
}
|
|
.ant-dropdown-placement-leftBottom > .ant-dropdown-arrow {
|
|
bottom: 16px;
|
|
}
|
|
.ant-dropdown-placement-right > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-rightTop > .ant-dropdown-arrow,
|
|
.ant-dropdown-placement-rightBottom > .ant-dropdown-arrow {
|
|
left: 0px;
|
|
transform: translateX(-100%) rotate(-90deg);
|
|
}
|
|
.ant-dropdown-placement-right > .ant-dropdown-arrow {
|
|
top: 50%;
|
|
transform: translateY(-50%) translateX(-100%) rotate(-90deg);
|
|
}
|
|
.ant-dropdown-placement-rightTop > .ant-dropdown-arrow {
|
|
top: 16px;
|
|
}
|
|
.ant-dropdown-placement-rightBottom > .ant-dropdown-arrow {
|
|
bottom: 16px;
|
|
}
|
|
.ant-dropdown-menu {
|
|
position: relative;
|
|
margin: 0;
|
|
padding: 4px 0;
|
|
text-align: left;
|
|
list-style-type: none;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ant-dropdown-menu-item-group-title {
|
|
padding: 5px 12px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-dropdown-menu-submenu-popup {
|
|
position: absolute;
|
|
z-index: 1050;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
transform-origin: 0 0;
|
|
}
|
|
.ant-dropdown-menu-submenu-popup ul,
|
|
.ant-dropdown-menu-submenu-popup li {
|
|
list-style: none;
|
|
}
|
|
.ant-dropdown-menu-submenu-popup ul {
|
|
margin-right: 0.3em;
|
|
margin-left: 0.3em;
|
|
}
|
|
.ant-dropdown-menu-item {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.ant-dropdown-menu-item-icon {
|
|
min-width: 12px;
|
|
margin-right: 8px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-dropdown-menu-title-content {
|
|
flex: auto;
|
|
}
|
|
.ant-dropdown-menu-title-content > a {
|
|
color: inherit;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-dropdown-menu-title-content > a:hover {
|
|
color: inherit;
|
|
}
|
|
.ant-dropdown-menu-title-content > a::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
content: '';
|
|
}
|
|
.ant-dropdown-menu-item,
|
|
.ant-dropdown-menu-submenu-title {
|
|
clear: both;
|
|
margin: 0;
|
|
padding: 5px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-dropdown-menu-item-selected,
|
|
.ant-dropdown-menu-submenu-title-selected {
|
|
color: #1890ff;
|
|
background-color: #e6f7ff;
|
|
}
|
|
.ant-dropdown-menu-item:hover,
|
|
.ant-dropdown-menu-submenu-title:hover,
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #fff;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,
|
|
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,
|
|
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
|
|
pointer-events: none;
|
|
}
|
|
.ant-dropdown-menu-item-divider,
|
|
.ant-dropdown-menu-submenu-title-divider {
|
|
height: 1px;
|
|
margin: 4px 0;
|
|
overflow: hidden;
|
|
line-height: 0;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
|
|
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
|
|
position: absolute;
|
|
right: 8px;
|
|
}
|
|
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
|
|
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
|
|
margin-right: 0 !important;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
}
|
|
.ant-dropdown-menu-item-group-list {
|
|
margin: 0 8px;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-dropdown-menu-submenu-title {
|
|
padding-right: 24px;
|
|
}
|
|
.ant-dropdown-menu-submenu-vertical {
|
|
position: relative;
|
|
}
|
|
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 100%;
|
|
min-width: 100%;
|
|
margin-left: 4px;
|
|
transform-origin: 0 0;
|
|
}
|
|
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
|
|
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #fff;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
|
|
color: #1890ff;
|
|
}
|
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
|
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
|
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
|
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
|
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
|
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
|
|
animation-name: antSlideUpIn;
|
|
}
|
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
|
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
|
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
|
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
|
|
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
|
|
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
|
|
animation-name: antSlideDownIn;
|
|
}
|
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
|
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
|
|
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
|
|
animation-name: antSlideUpOut;
|
|
}
|
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
|
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
|
|
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
|
|
animation-name: antSlideDownOut;
|
|
}
|
|
.ant-dropdown-trigger > .anticon.anticon-down,
|
|
.ant-dropdown-link > .anticon.anticon-down,
|
|
.ant-dropdown-button > .anticon.anticon-down {
|
|
font-size: 10px;
|
|
vertical-align: baseline;
|
|
}
|
|
.ant-dropdown-button {
|
|
white-space: nowrap;
|
|
}
|
|
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
|
|
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
|
|
cursor: default;
|
|
pointer-events: none;
|
|
}
|
|
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
|
|
display: block;
|
|
}
|
|
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-dropdown-menu-dark,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu {
|
|
background: #001529;
|
|
}
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
|
|
color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
|
|
color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
|
|
color: #fff;
|
|
background: transparent;
|
|
}
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
|
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
|
|
color: #fff;
|
|
background: #1890ff;
|
|
}
|
|
.ant-dropdown-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-dropdown-rtl.ant-dropdown::before {
|
|
right: -7px;
|
|
left: 0;
|
|
}
|
|
.ant-dropdown-menu.ant-dropdown-menu-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
|
|
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
|
|
transform-origin: 100% 0;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
|
|
text-align: right;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
|
|
text-align: right;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
|
|
margin-left: 0 !important;
|
|
transform: scaleX(-1);
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
|
|
padding-right: 12px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
|
|
right: 100%;
|
|
left: 0;
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-dropdown-menu > ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: inherit;
|
|
}
|
|
.ant-dropdown {
|
|
position: relative;
|
|
inset: 0;
|
|
}
|
|
.ant-dropdown:not(:has(.ant-dropdown-arrow)) {
|
|
margin-block: calc(calc(16px / 2 + 4px) - 16px / 2);
|
|
}
|
|
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
|
|
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
|
|
transform: rotate(180deg);
|
|
}
|
|
.ant-btn {
|
|
line-height: 1.5715;
|
|
position: relative;
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
|
|
cursor: pointer;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
user-select: none;
|
|
touch-action: manipulation;
|
|
height: 32px;
|
|
padding: 4px 15px;
|
|
font-size: 14px;
|
|
border-radius: 2px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
border-color: #d9d9d9;
|
|
background: #fff;
|
|
}
|
|
.ant-btn > .anticon {
|
|
line-height: 1;
|
|
}
|
|
.ant-btn,
|
|
.ant-btn:active,
|
|
.ant-btn:focus {
|
|
outline: 0;
|
|
}
|
|
.ant-btn:not([disabled]):hover {
|
|
text-decoration: none;
|
|
}
|
|
.ant-btn:not([disabled]):active {
|
|
outline: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn[disabled] {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-btn[disabled] > * {
|
|
pointer-events: none;
|
|
}
|
|
.ant-btn-lg {
|
|
height: 40px;
|
|
padding: 6.4px 15px;
|
|
font-size: 16px;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-sm {
|
|
height: 24px;
|
|
padding: 0px 7px;
|
|
font-size: 14px;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn:hover,
|
|
.ant-btn:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: #fff;
|
|
}
|
|
.ant-btn:hover > a:only-child,
|
|
.ant-btn:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn:hover > a:only-child::after,
|
|
.ant-btn:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: #fff;
|
|
}
|
|
.ant-btn:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn[disabled],
|
|
.ant-btn[disabled]:hover,
|
|
.ant-btn[disabled]:focus,
|
|
.ant-btn[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn[disabled] > a:only-child,
|
|
.ant-btn[disabled]:hover > a:only-child,
|
|
.ant-btn[disabled]:focus > a:only-child,
|
|
.ant-btn[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn[disabled] > a:only-child::after,
|
|
.ant-btn[disabled]:hover > a:only-child::after,
|
|
.ant-btn[disabled]:focus > a:only-child::after,
|
|
.ant-btn[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn:hover,
|
|
.ant-btn:focus,
|
|
.ant-btn:active {
|
|
text-decoration: none;
|
|
background: #fff;
|
|
}
|
|
.ant-btn > span {
|
|
display: inline-block;
|
|
}
|
|
.ant-btn-primary {
|
|
color: #fff;
|
|
border-color: #1890ff;
|
|
background: #1890ff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
}
|
|
.ant-btn-primary > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-primary > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-primary:hover,
|
|
.ant-btn-primary:focus {
|
|
color: #fff;
|
|
border-color: #40a9ff;
|
|
background: #40a9ff;
|
|
}
|
|
.ant-btn-primary:hover > a:only-child,
|
|
.ant-btn-primary:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-primary:hover > a:only-child::after,
|
|
.ant-btn-primary:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-primary:active {
|
|
color: #fff;
|
|
border-color: #096dd9;
|
|
background: #096dd9;
|
|
}
|
|
.ant-btn-primary:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-primary:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-primary[disabled],
|
|
.ant-btn-primary[disabled]:hover,
|
|
.ant-btn-primary[disabled]:focus,
|
|
.ant-btn-primary[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-primary[disabled] > a:only-child,
|
|
.ant-btn-primary[disabled]:hover > a:only-child,
|
|
.ant-btn-primary[disabled]:focus > a:only-child,
|
|
.ant-btn-primary[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-primary[disabled] > a:only-child::after,
|
|
.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
.ant-btn-primary[disabled]:focus > a:only-child::after,
|
|
.ant-btn-primary[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
|
|
border-right-color: #40a9ff;
|
|
border-left-color: #40a9ff;
|
|
}
|
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
|
|
border-right-color: #40a9ff;
|
|
}
|
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
|
|
border-right-color: #d9d9d9;
|
|
}
|
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
|
border-left-color: #40a9ff;
|
|
}
|
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
|
border-left-color: #d9d9d9;
|
|
}
|
|
.ant-btn-ghost {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
border-color: #d9d9d9;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-ghost > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-ghost > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-ghost:hover,
|
|
.ant-btn-ghost:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-ghost:hover > a:only-child,
|
|
.ant-btn-ghost:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-ghost:hover > a:only-child::after,
|
|
.ant-btn-ghost:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-ghost:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-ghost:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-ghost:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-ghost[disabled],
|
|
.ant-btn-ghost[disabled]:hover,
|
|
.ant-btn-ghost[disabled]:focus,
|
|
.ant-btn-ghost[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-ghost[disabled] > a:only-child,
|
|
.ant-btn-ghost[disabled]:hover > a:only-child,
|
|
.ant-btn-ghost[disabled]:focus > a:only-child,
|
|
.ant-btn-ghost[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-ghost[disabled] > a:only-child::after,
|
|
.ant-btn-ghost[disabled]:hover > a:only-child::after,
|
|
.ant-btn-ghost[disabled]:focus > a:only-child::after,
|
|
.ant-btn-ghost[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dashed {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
border-color: #d9d9d9;
|
|
background: #fff;
|
|
border-style: dashed;
|
|
}
|
|
.ant-btn-dashed > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dashed > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dashed:hover,
|
|
.ant-btn-dashed:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: #fff;
|
|
}
|
|
.ant-btn-dashed:hover > a:only-child,
|
|
.ant-btn-dashed:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dashed:hover > a:only-child::after,
|
|
.ant-btn-dashed:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dashed:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: #fff;
|
|
}
|
|
.ant-btn-dashed:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dashed:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dashed[disabled],
|
|
.ant-btn-dashed[disabled]:hover,
|
|
.ant-btn-dashed[disabled]:focus,
|
|
.ant-btn-dashed[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dashed[disabled] > a:only-child,
|
|
.ant-btn-dashed[disabled]:hover > a:only-child,
|
|
.ant-btn-dashed[disabled]:focus > a:only-child,
|
|
.ant-btn-dashed[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dashed[disabled] > a:only-child::after,
|
|
.ant-btn-dashed[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dashed[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dashed[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-danger {
|
|
color: #fff;
|
|
border-color: #ff4d4f;
|
|
background: #ff4d4f;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
}
|
|
.ant-btn-danger > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-danger > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-danger:hover,
|
|
.ant-btn-danger:focus {
|
|
color: #fff;
|
|
border-color: #ff7875;
|
|
background: #ff7875;
|
|
}
|
|
.ant-btn-danger:hover > a:only-child,
|
|
.ant-btn-danger:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-danger:hover > a:only-child::after,
|
|
.ant-btn-danger:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-danger:active {
|
|
color: #fff;
|
|
border-color: #d9363e;
|
|
background: #d9363e;
|
|
}
|
|
.ant-btn-danger:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-danger:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-danger[disabled],
|
|
.ant-btn-danger[disabled]:hover,
|
|
.ant-btn-danger[disabled]:focus,
|
|
.ant-btn-danger[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-danger[disabled] > a:only-child,
|
|
.ant-btn-danger[disabled]:hover > a:only-child,
|
|
.ant-btn-danger[disabled]:focus > a:only-child,
|
|
.ant-btn-danger[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-danger[disabled] > a:only-child::after,
|
|
.ant-btn-danger[disabled]:hover > a:only-child::after,
|
|
.ant-btn-danger[disabled]:focus > a:only-child::after,
|
|
.ant-btn-danger[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-link {
|
|
color: #1890ff;
|
|
border-color: transparent;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-link > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-link > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-link:hover,
|
|
.ant-btn-link:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-link:hover > a:only-child,
|
|
.ant-btn-link:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-link:hover > a:only-child::after,
|
|
.ant-btn-link:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-link:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-link:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-link:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-link[disabled],
|
|
.ant-btn-link[disabled]:hover,
|
|
.ant-btn-link[disabled]:focus,
|
|
.ant-btn-link[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-link[disabled] > a:only-child,
|
|
.ant-btn-link[disabled]:hover > a:only-child,
|
|
.ant-btn-link[disabled]:focus > a:only-child,
|
|
.ant-btn-link[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-link[disabled] > a:only-child::after,
|
|
.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
.ant-btn-link[disabled]:focus > a:only-child::after,
|
|
.ant-btn-link[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-link:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-btn-link:hover,
|
|
.ant-btn-link:focus,
|
|
.ant-btn-link:active {
|
|
border-color: transparent;
|
|
}
|
|
.ant-btn-link[disabled],
|
|
.ant-btn-link[disabled]:hover,
|
|
.ant-btn-link[disabled]:focus,
|
|
.ant-btn-link[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: transparent;
|
|
background: transparent;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-link[disabled] > a:only-child,
|
|
.ant-btn-link[disabled]:hover > a:only-child,
|
|
.ant-btn-link[disabled]:focus > a:only-child,
|
|
.ant-btn-link[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-link[disabled] > a:only-child::after,
|
|
.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
.ant-btn-link[disabled]:focus > a:only-child::after,
|
|
.ant-btn-link[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-text {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
border-color: transparent;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-text > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-text > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-text:hover,
|
|
.ant-btn-text:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-text:hover > a:only-child,
|
|
.ant-btn-text:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-text:hover > a:only-child::after,
|
|
.ant-btn-text:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-text:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-text:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-text:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-text[disabled],
|
|
.ant-btn-text[disabled]:hover,
|
|
.ant-btn-text[disabled]:focus,
|
|
.ant-btn-text[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-text[disabled] > a:only-child,
|
|
.ant-btn-text[disabled]:hover > a:only-child,
|
|
.ant-btn-text[disabled]:focus > a:only-child,
|
|
.ant-btn-text[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-text[disabled] > a:only-child::after,
|
|
.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
.ant-btn-text[disabled]:focus > a:only-child::after,
|
|
.ant-btn-text[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-text:hover,
|
|
.ant-btn-text:focus {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: rgba(0, 0, 0, 0.018);
|
|
border-color: transparent;
|
|
}
|
|
.ant-btn-text:active {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: rgba(0, 0, 0, 0.028);
|
|
border-color: transparent;
|
|
}
|
|
.ant-btn-text[disabled],
|
|
.ant-btn-text[disabled]:hover,
|
|
.ant-btn-text[disabled]:focus,
|
|
.ant-btn-text[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: transparent;
|
|
background: transparent;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-text[disabled] > a:only-child,
|
|
.ant-btn-text[disabled]:hover > a:only-child,
|
|
.ant-btn-text[disabled]:focus > a:only-child,
|
|
.ant-btn-text[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-text[disabled] > a:only-child::after,
|
|
.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
.ant-btn-text[disabled]:focus > a:only-child::after,
|
|
.ant-btn-text[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous {
|
|
color: #ff4d4f;
|
|
border-color: #ff4d4f;
|
|
background: #fff;
|
|
}
|
|
.ant-btn-dangerous > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous:hover,
|
|
.ant-btn-dangerous:focus {
|
|
color: #ff7875;
|
|
border-color: #ff7875;
|
|
background: #fff;
|
|
}
|
|
.ant-btn-dangerous:hover > a:only-child,
|
|
.ant-btn-dangerous:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous:hover > a:only-child::after,
|
|
.ant-btn-dangerous:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous:active {
|
|
color: #d9363e;
|
|
border-color: #d9363e;
|
|
background: #fff;
|
|
}
|
|
.ant-btn-dangerous:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous[disabled],
|
|
.ant-btn-dangerous[disabled]:hover,
|
|
.ant-btn-dangerous[disabled]:focus,
|
|
.ant-btn-dangerous[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous[disabled] > a:only-child,
|
|
.ant-btn-dangerous[disabled]:hover > a:only-child,
|
|
.ant-btn-dangerous[disabled]:focus > a:only-child,
|
|
.ant-btn-dangerous[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous[disabled] > a:only-child::after,
|
|
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dangerous[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary {
|
|
color: #fff;
|
|
border-color: #ff4d4f;
|
|
background: #ff4d4f;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary:hover,
|
|
.ant-btn-dangerous.ant-btn-primary:focus {
|
|
color: #fff;
|
|
border-color: #ff7875;
|
|
background: #ff7875;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary:active {
|
|
color: #fff;
|
|
border-color: #d9363e;
|
|
background: #d9363e;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary[disabled],
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link {
|
|
color: #ff4d4f;
|
|
border-color: transparent;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:hover,
|
|
.ant-btn-dangerous.ant-btn-link:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link[disabled],
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:hover,
|
|
.ant-btn-dangerous.ant-btn-link:focus {
|
|
color: #ff7875;
|
|
border-color: transparent;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:active {
|
|
color: #d9363e;
|
|
border-color: transparent;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link[disabled],
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: transparent;
|
|
background: transparent;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text {
|
|
color: #ff4d4f;
|
|
border-color: transparent;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:hover,
|
|
.ant-btn-dangerous.ant-btn-text:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
background: transparent;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text[disabled],
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:hover,
|
|
.ant-btn-dangerous.ant-btn-text:focus {
|
|
color: #ff7875;
|
|
border-color: transparent;
|
|
background: rgba(0, 0, 0, 0.018);
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:active {
|
|
color: #d9363e;
|
|
border-color: transparent;
|
|
background: rgba(0, 0, 0, 0.028);
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text[disabled],
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: transparent;
|
|
background: transparent;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
|
|
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-icon-only {
|
|
width: 32px;
|
|
height: 32px;
|
|
padding: 2.4px 0;
|
|
font-size: 16px;
|
|
border-radius: 2px;
|
|
vertical-align: -3px;
|
|
}
|
|
.ant-btn-icon-only > * {
|
|
font-size: 16px;
|
|
}
|
|
.ant-btn-icon-only.ant-btn-lg {
|
|
width: 40px;
|
|
height: 40px;
|
|
padding: 4.9px 0;
|
|
font-size: 18px;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-icon-only.ant-btn-lg > * {
|
|
font-size: 18px;
|
|
}
|
|
.ant-btn-icon-only.ant-btn-sm {
|
|
width: 24px;
|
|
height: 24px;
|
|
padding: 0px 0;
|
|
font-size: 14px;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-icon-only.ant-btn-sm > * {
|
|
font-size: 14px;
|
|
}
|
|
.ant-btn-icon-only > .anticon {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.ant-btn-icon-only .anticon-loading {
|
|
padding: 0 !important;
|
|
}
|
|
a.ant-btn-icon-only {
|
|
vertical-align: -1px;
|
|
}
|
|
a.ant-btn-icon-only > .anticon {
|
|
display: inline;
|
|
}
|
|
.ant-btn-round {
|
|
height: 32px;
|
|
padding: 4px 16px;
|
|
font-size: 14px;
|
|
border-radius: 32px;
|
|
}
|
|
.ant-btn-round.ant-btn-lg {
|
|
height: 40px;
|
|
padding: 6.4px 20px;
|
|
font-size: 16px;
|
|
border-radius: 40px;
|
|
}
|
|
.ant-btn-round.ant-btn-sm {
|
|
height: 24px;
|
|
padding: 0px 12px;
|
|
font-size: 14px;
|
|
border-radius: 24px;
|
|
}
|
|
.ant-btn-round.ant-btn-icon-only {
|
|
width: auto;
|
|
}
|
|
.ant-btn-circle {
|
|
min-width: 32px;
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-btn-circle.ant-btn-lg {
|
|
min-width: 40px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-btn-circle.ant-btn-sm {
|
|
min-width: 24px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-btn::before {
|
|
position: absolute;
|
|
top: -1px;
|
|
right: -1px;
|
|
bottom: -1px;
|
|
left: -1px;
|
|
z-index: 1;
|
|
display: none;
|
|
background: #fff;
|
|
border-radius: inherit;
|
|
opacity: 0.35;
|
|
transition: opacity 0.2s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-btn .anticon {
|
|
transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-btn .anticon.anticon-plus > svg,
|
|
.ant-btn .anticon.anticon-minus > svg {
|
|
shape-rendering: optimizespeed;
|
|
}
|
|
.ant-btn.ant-btn-loading {
|
|
position: relative;
|
|
cursor: default;
|
|
}
|
|
.ant-btn.ant-btn-loading::before {
|
|
display: block;
|
|
}
|
|
.ant-btn > .ant-btn-loading-icon {
|
|
transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-btn > .ant-btn-loading-icon .anticon {
|
|
padding-right: 8px;
|
|
animation: none;
|
|
}
|
|
.ant-btn > .ant-btn-loading-icon .anticon svg {
|
|
animation: loadingCircle 1s infinite linear;
|
|
}
|
|
.ant-btn-group {
|
|
position: relative;
|
|
display: inline-flex;
|
|
}
|
|
.ant-btn-group > .ant-btn,
|
|
.ant-btn-group > span > .ant-btn {
|
|
position: relative;
|
|
}
|
|
.ant-btn-group > .ant-btn:hover,
|
|
.ant-btn-group > span > .ant-btn:hover,
|
|
.ant-btn-group > .ant-btn:focus,
|
|
.ant-btn-group > span > .ant-btn:focus,
|
|
.ant-btn-group > .ant-btn:active,
|
|
.ant-btn-group > span > .ant-btn:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-btn-group > .ant-btn[disabled],
|
|
.ant-btn-group > span > .ant-btn[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-btn-group .ant-btn-icon-only {
|
|
font-size: 14px;
|
|
}
|
|
.ant-btn-group .ant-btn + .ant-btn,
|
|
.ant-btn + .ant-btn-group,
|
|
.ant-btn-group span + .ant-btn,
|
|
.ant-btn-group .ant-btn + span,
|
|
.ant-btn-group > span + span,
|
|
.ant-btn-group + .ant-btn,
|
|
.ant-btn-group + .ant-btn-group {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
|
|
border-left-color: transparent;
|
|
}
|
|
.ant-btn-group .ant-btn {
|
|
border-radius: 0;
|
|
}
|
|
.ant-btn-group > .ant-btn:first-child,
|
|
.ant-btn-group > span:first-child > .ant-btn {
|
|
margin-left: 0;
|
|
}
|
|
.ant-btn-group > .ant-btn:only-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-group > span:only-child > .ant-btn {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-group > .ant-btn:first-child:not(:last-child),
|
|
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-btn-group > .ant-btn:last-child:not(:first-child),
|
|
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.ant-btn-group-sm > .ant-btn:only-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-group-sm > span:only-child > .ant-btn {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
|
|
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
|
|
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.ant-btn-group > .ant-btn-group {
|
|
float: left;
|
|
}
|
|
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
|
|
border-radius: 0;
|
|
}
|
|
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
|
|
padding-right: 8px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
|
|
padding-left: 8px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
|
|
.ant-btn-rtl.ant-btn + .ant-btn-group,
|
|
.ant-btn-rtl.ant-btn-group span + .ant-btn,
|
|
.ant-btn-rtl.ant-btn-group .ant-btn + span,
|
|
.ant-btn-rtl.ant-btn-group > span + span,
|
|
.ant-btn-rtl.ant-btn-group + .ant-btn,
|
|
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
|
|
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
|
|
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
|
|
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
|
|
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
|
|
.ant-btn-group-rtl.ant-btn-group > span + span,
|
|
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
|
|
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
|
|
margin-right: -1px;
|
|
margin-left: auto;
|
|
}
|
|
.ant-btn-group.ant-btn-group-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
|
|
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
|
|
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
|
|
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
|
|
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-btn:focus > span,
|
|
.ant-btn:active > span {
|
|
position: relative;
|
|
}
|
|
.ant-btn > .anticon + span,
|
|
.ant-btn > span + .anticon {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-btn.ant-btn-background-ghost {
|
|
color: #fff;
|
|
border-color: #fff;
|
|
}
|
|
.ant-btn.ant-btn-background-ghost,
|
|
.ant-btn.ant-btn-background-ghost:hover,
|
|
.ant-btn.ant-btn-background-ghost:active,
|
|
.ant-btn.ant-btn-background-ghost:focus {
|
|
background: transparent;
|
|
}
|
|
.ant-btn.ant-btn-background-ghost:hover,
|
|
.ant-btn.ant-btn-background-ghost:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-btn.ant-btn-background-ghost:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-btn.ant-btn-background-ghost[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: transparent;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary {
|
|
color: #1890ff;
|
|
border-color: #1890ff;
|
|
text-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary:hover,
|
|
.ant-btn-background-ghost.ant-btn-primary:focus {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary:active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled],
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger {
|
|
color: #ff4d4f;
|
|
border-color: #ff4d4f;
|
|
text-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger:hover,
|
|
.ant-btn-background-ghost.ant-btn-danger:focus {
|
|
color: #ff7875;
|
|
border-color: #ff7875;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger:active {
|
|
color: #d9363e;
|
|
border-color: #d9363e;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled],
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous {
|
|
color: #ff4d4f;
|
|
border-color: #ff4d4f;
|
|
text-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous:hover,
|
|
.ant-btn-background-ghost.ant-btn-dangerous:focus {
|
|
color: #ff7875;
|
|
border-color: #ff7875;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous:active {
|
|
color: #d9363e;
|
|
border-color: #d9363e;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
|
|
color: #ff4d4f;
|
|
border-color: transparent;
|
|
text-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
|
|
color: #ff7875;
|
|
border-color: transparent;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
|
|
color: #d9363e;
|
|
border-color: transparent;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
background: #f5f5f5;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
|
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
.ant-btn-two-chinese-chars::first-letter {
|
|
letter-spacing: 0.34em;
|
|
}
|
|
.ant-btn-two-chinese-chars > *:not(.anticon) {
|
|
margin-right: -0.34em;
|
|
letter-spacing: 0.34em;
|
|
}
|
|
.ant-btn.ant-btn-block {
|
|
width: 100%;
|
|
}
|
|
.ant-btn:empty {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
a.ant-btn {
|
|
padding-top: 0.01px !important;
|
|
line-height: 30px;
|
|
}
|
|
a.ant-btn-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
a.ant-btn-disabled > * {
|
|
pointer-events: none;
|
|
}
|
|
a.ant-btn-disabled,
|
|
a.ant-btn-disabled:hover,
|
|
a.ant-btn-disabled:focus,
|
|
a.ant-btn-disabled:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: transparent;
|
|
background: transparent;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
a.ant-btn-disabled > a:only-child,
|
|
a.ant-btn-disabled:hover > a:only-child,
|
|
a.ant-btn-disabled:focus > a:only-child,
|
|
a.ant-btn-disabled:active > a:only-child {
|
|
color: currentcolor;
|
|
}
|
|
a.ant-btn-disabled > a:only-child::after,
|
|
a.ant-btn-disabled:hover > a:only-child::after,
|
|
a.ant-btn-disabled:focus > a:only-child::after,
|
|
a.ant-btn-disabled:active > a:only-child::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
content: '';
|
|
}
|
|
a.ant-btn-lg {
|
|
line-height: 38px;
|
|
}
|
|
a.ant-btn-sm {
|
|
line-height: 22px;
|
|
}
|
|
.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
|
|
margin-right: -1px;
|
|
}
|
|
.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
|
|
margin-left: -1px;
|
|
}
|
|
.ant-btn-compact-item:hover,
|
|
.ant-btn-compact-item:focus,
|
|
.ant-btn-compact-item:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-btn-compact-item[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
|
|
border-radius: 0;
|
|
}
|
|
.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-btn-icon-only.ant-btn-compact-item {
|
|
flex: none;
|
|
}
|
|
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]):not([ant-click-animating-without-extra-node='true']) {
|
|
position: relative;
|
|
}
|
|
.ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]):not([ant-click-animating-without-extra-node='true'])::after {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: calc(100% + 1px * 2);
|
|
background-color: #40a9ff;
|
|
content: ' ';
|
|
}
|
|
.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
|
|
right: -1px;
|
|
}
|
|
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
|
|
margin-bottom: -1px;
|
|
}
|
|
.ant-btn-compact-vertical-item:hover,
|
|
.ant-btn-compact-vertical-item:focus,
|
|
.ant-btn-compact-vertical-item:active {
|
|
z-index: 2;
|
|
}
|
|
.ant-btn-compact-vertical-item[disabled] {
|
|
z-index: 0;
|
|
}
|
|
.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
|
|
border-radius: 0;
|
|
}
|
|
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):not([ant-click-animating-without-extra-node='true']) {
|
|
position: relative;
|
|
}
|
|
.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):not([ant-click-animating-without-extra-node='true'])::after {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
display: inline-block;
|
|
width: calc(100% + 1px * 2);
|
|
height: 1px;
|
|
background-color: #40a9ff;
|
|
content: ' ';
|
|
}
|
|
.ant-btn-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
|
border-right-color: #40a9ff;
|
|
border-left-color: #d9d9d9;
|
|
}
|
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
|
border-right-color: #d9d9d9;
|
|
border-left-color: #40a9ff;
|
|
}
|
|
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
|
|
padding-right: 0;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-btn-rtl.ant-btn > .anticon + span,
|
|
.ant-btn-rtl.ant-btn > span + .anticon {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|