|
@ -1128,10 +1128,17 @@ 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-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 {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:hover, .ant-menu-item-danger.ant-menu-item-active {color: #ff4d4f;} |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
.ant-menu-item-danger.ant-menu-item:active {background: #fff1f0;} |
|
|
.ant-menu-item-danger.ant-menu-item:active {background: #fff1f0;} |
|
|
.ant-menu-item-danger.ant-menu-item-selected {color: #ff4d4f;} |
|
|
.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-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: #fff1f0;} |
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;} |
|
|
|
|
|
======= |
|
|
|
|
|
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{modal-header-border-color-split}", 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("@{modal-header-border-color-split}", 1)`);} |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: #ff4d4f;} |
|
|
.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-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;} |
|
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: #ff4d4f;} |
|
@ -1702,11 +1709,19 @@ 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:active, .ant-tag-checkable-checked {color: #fff;} |
|
|
.ant-tag-checkable-checked {background-color: @primary-color;} |
|
|
.ant-tag-checkable-checked {background-color: @primary-color;} |
|
|
.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);} |
|
|
.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);} |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
.ant-tag-pink {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;} |
|
|
.ant-tag-pink {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;} |
|
|
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
.ant-tag-magenta {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;} |
|
|
.ant-tag-magenta {color: #c41d7f;background: #fff0f6;border-color: #ffadd2;} |
|
|
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
.ant-tag-red {color: #cf1322;background: #fff1f0;border-color: #ffa39e;} |
|
|
.ant-tag-red {color: #cf1322;background: #fff1f0;border-color: #ffa39e;} |
|
|
|
|
|
======= |
|
|
|
|
|
.ant-tag-pink {color: #c41d7f;background: color(~`colorPalette("@{success-color-deprecated-bg}", 1)`);border-color: #ffadd2;} |
|
|
|
|
|
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
|
|
|
.ant-tag-magenta {color: #c41d7f;background: color(~`colorPalette("@{success-color-deprecated-bg}", 1)`);border-color: #ffadd2;} |
|
|
|
|
|
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} |
|
|
|
|
|
.ant-tag-red {color: #cf1322;background: color(~`colorPalette("@{modal-header-border-color-split}", 1)`);border-color: #ffa39e;} |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;} |
|
|
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;} |
|
|
.ant-tag-volcano {color: #d4380d;background: #fff2e8;border-color: #ffbb96;} |
|
|
.ant-tag-volcano {color: #d4380d;background: #fff2e8;border-color: #ffbb96;} |
|
|
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;} |
|
|
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;} |
|
@ -1722,9 +1737,15 @@ tr.ant-table-expanded-row:hover > td {background: @table-expanded-row-bg;} |
|
|
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;} |
|
|
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;} |
|
|
.ant-tag-green {color: #389e0d;background: #f6ffed;border-color: #b7eb8f;} |
|
|
.ant-tag-green {color: #389e0d;background: #f6ffed;border-color: #b7eb8f;} |
|
|
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;} |
|
|
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;} |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
.ant-tag-blue {color: #096dd9;background: color(~`colorPalette("@{pagination-item-input-bg}", 1)`);border-color: #91d5ff;} |
|
|
.ant-tag-blue {color: #096dd9;background: color(~`colorPalette("@{pagination-item-input-bg}", 1)`);border-color: #91d5ff;} |
|
|
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} |
|
|
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} |
|
|
.ant-tag-geekblue {color: #1d39c4;background: color(~`colorPalette("@{avatar-bg}", 4)`);border-color: #adc6ff;} |
|
|
.ant-tag-geekblue {color: #1d39c4;background: color(~`colorPalette("@{avatar-bg}", 4)`);border-color: #adc6ff;} |
|
|
|
|
|
======= |
|
|
|
|
|
.ant-tag-blue {color: #096dd9;background: #e6f7ff;border-color: color(~`colorPalette("@{alert-info-border-color}", 5)`);} |
|
|
|
|
|
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} |
|
|
|
|
|
.ant-tag-geekblue {color: #1d39c4;background: color(~`colorPalette("@{tree-bg}", 1)`);border-color: #adc6ff;} |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} |
|
|
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} |
|
|
.ant-tag-purple {color: #531dab;background: color(~`colorPalette("@{calendar-bg}", 1)`);border-color: #d3adf7;} |
|
|
.ant-tag-purple {color: #531dab;background: color(~`colorPalette("@{calendar-bg}", 1)`);border-color: #d3adf7;} |
|
|
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} |
|
|
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} |
|
@ -1963,7 +1984,11 @@ a.ant-typography.ant-typography-disabled:hover, .ant-typography a.ant-typography |
|
|
.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: #ff4d4f;} |
|
|
.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: #ff4d4f;} |
|
|
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;} |
|
|
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;} |
|
|
.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;} |
|
|
.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;} |
|
|
|
|
|
<<<<<<< Updated upstream |
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{pagination-item-input-bg}", 1)`)'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{pagination-item-input-bg}", 1)`)'] {fill: @error-color-deprecated-bg;} |
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{pagination-item-input-bg}", 1)`)'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='color(~`colorPalette("@{pagination-item-input-bg}", 1)`)'] {fill: @error-color-deprecated-bg;} |
|
|
|
|
|
======= |
|
|
|
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {fill: @error-color-deprecated-bg;} |
|
|
|
|
|
>>>>>>> Stashed changes |
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {fill: #ff4d4f;} |
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {fill: #ff4d4f;} |
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);} |
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);} |
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);} |
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);} |
|
|