|
|
@ -785,19 +785,17 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte |
|
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before, .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {border-style: dashed none none;} |
|
|
|
.ant-divider-vertical.ant-divider-dashed {border-width: 0 0 0 1px;} |
|
|
|
.ant-divider-plain.ant-divider-with-text {color: @text-color;} |
|
|
|
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-title {color: @heading-color;} |
|
|
|
.ant-drawer-content {background-color: @drawer-bg;background-clip: padding-box;border: 0;} |
|
|
|
.ant-drawer-mask {background: rgba(0, 0, 0, 0.45);} |
|
|
|
.ant-drawer-left .ant-drawer-content {box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-right .ant-drawer-content {box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-top .ant-drawer-content {box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-bottom .ant-drawer-content {box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);} |
|
|
|
.ant-drawer-wrapper-body {background: @drawer-bg;} |
|
|
|
.ant-drawer-header {border-bottom: 1px solid @border-color-split;} |
|
|
|
.ant-drawer-close {color: @text-color-secondary;background: transparent;border: 0;} |
|
|
|
.ant-drawer-close:focus, .ant-drawer-close:hover {color: @icon-color-hover;} |
|
|
|
.ant-drawer-header {color: @text-color;background: @drawer-bg;border-bottom: 1px solid @border-color-split;border-radius: 2px 2px 0 0;} |
|
|
|
.ant-drawer-header-close-only {border: none;} |
|
|
|
.ant-drawer-title {color: @heading-color;} |
|
|
|
.ant-drawer-footer {border-top: 1px solid @border-color-split;} |
|
|
|
.ant-drawer-mask {background-color: rgba(0, 0, 0, 0.45);} |
|
|
|
.ant-drawer .ant-picker-clear {background: @popover-background;} |
|
|
|
.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 {color: @text-color;} |
|
|
@ -1128,10 +1126,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte |
|
|
|
.ant-mentions-dropdown-menu-item-active {background-color: @item-hover-bg;} |
|
|
|
.ant-menu-item-danger.ant-menu-item {color: #ff4d4f;} |
|
|
|
.ant-menu-item-danger.ant-menu-item:hover, .ant-menu-item-danger.ant-menu-item-active {color: #ff4d4f;} |
|
|
|
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{select-clear-background}", 1)`);} |
|
|
|
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{segmented-hover-bg}", 1)`);} |
|
|
|
.ant-menu-item-danger.ant-menu-item-selected {color: #ff4d4f;} |
|
|
|
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: #ff4d4f;} |
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{select-clear-background}", 1)`);} |
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{segmented-hover-bg}", 1)`);} |
|
|
|
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: #ff4d4f;} |
|
|
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: #ff4d4f;} |
|
|
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: #ff4d4f;} |
|
|
@ -1702,15 +1700,15 @@ tr.ant-table-expanded-row:hover > td {background: @table-expanded-row-bg;} |
|
|
|
.ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;} |
|
|
|
.ant-tag-checkable-checked {background-color: @primary-color;} |
|
|
|
.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);} |
|
|
|
.ant-tag-pink {color: #c41d7f;background: color(~`colorPalette("@{modal-footer-border-color-split}", 1)`);border-color: #ffadd2;} |
|
|
|
.ant-tag-pink {color: #c41d7f;background: color(~`colorPalette("@{table-fixed-header-sort-active-bg}", 3)`);border-color: #ffadd2;} |
|
|
|
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
|
.ant-tag-magenta {color: #c41d7f;background: color(~`colorPalette("@{modal-footer-border-color-split}", 1)`);border-color: #ffadd2;} |
|
|
|
.ant-tag-magenta {color: #c41d7f;background: color(~`colorPalette("@{table-fixed-header-sort-active-bg}", 3)`);border-color: #ffadd2;} |
|
|
|
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
|
.ant-tag-red {color: #cf1322;background: color(~`colorPalette("@{select-clear-background}", 1)`);border-color: #ffa39e;} |
|
|
|
.ant-tag-red {color: #cf1322;background: color(~`colorPalette("@{segmented-hover-bg}", 1)`);border-color: #ffa39e;} |
|
|
|
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;} |
|
|
|
.ant-tag-volcano {color: #d4380d;background: #fff2e8;border-color: #ffbb96;} |
|
|
|
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;} |
|
|
|
.ant-tag-orange {color: #d46b08;background: #fff7e6;border-color: #ffd591;} |
|
|
|
.ant-tag-orange {color: #d46b08;background: color(~`colorPalette("@{descriptions-bg}", 1)`);border-color: #ffd591;} |
|
|
|
.ant-tag-orange-inverse {color: #fff;background: #fa8c16;border-color: #fa8c16;} |
|
|
|
.ant-tag-yellow {color: #d4b106;background: #feffe6;border-color: #fffb8f;} |
|
|
|
.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;} |
|
|
@ -1718,15 +1716,15 @@ tr.ant-table-expanded-row:hover > td {background: @table-expanded-row-bg;} |
|
|
|
.ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;} |
|
|
|
.ant-tag-cyan {color: #08979c;background: #e6fffb;border-color: #87e8de;} |
|
|
|
.ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;} |
|
|
|
.ant-tag-lime {color: #7cb305;background: color(~`colorPalette("@{steps-nav-arrow-color}", 1)`);border-color: #eaff8f;} |
|
|
|
.ant-tag-lime {color: #7cb305;background: color(~`colorPalette("@{layout-header-background}", 1)`);border-color: #eaff8f;} |
|
|
|
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;} |
|
|
|
.ant-tag-green {color: #389e0d;background: #f6ffed;border-color: #b7eb8f;} |
|
|
|
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;} |
|
|
|
.ant-tag-blue {color: #096dd9;background: color(~`colorPalette("@{pagination-item-input-bg}", 1)`);border-color: color(~`colorPalette("@{pagination-item-input-bg}", 3)`);} |
|
|
|
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} |
|
|
|
.ant-tag-geekblue {color: #1d39c4;background: color(~`colorPalette("@{modal-content-bg}", 1)`);border-color: #adc6ff;} |
|
|
|
.ant-tag-geekblue {color: #1d39c4;background: #f0f5ff;border-color: #adc6ff;} |
|
|
|
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} |
|
|
|
.ant-tag-purple {color: #531dab;background: #f9f0ff;border-color: #d3adf7;} |
|
|
|
.ant-tag-purple {color: #531dab;background: color(~`colorPalette("@{alert-success-bg-color}", 2)`);border-color: #d3adf7;} |
|
|
|
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} |
|
|
|
.ant-tag-success {color: #52c41a;background: @success-color-deprecated-bg;border-color: @success-color-deprecated-border;} |
|
|
|
.ant-tag-processing {color: @primary-color;background: @info-color-deprecated-bg;border-color: @info-color-deprecated-border;} |
|
|
|