fix: descriptions background is not themeable (#18372) (#18440)

This commit is contained in:
He Linming 2019-08-23 17:03:04 +08:00 committed by 偏右
parent 38b8d07e03
commit 721a545211
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,7 @@
}
.@{descriptions-prefix-cls}-item-label {
background-color: #fafafa;
background-color: @descriptions-bg;
&::after {
display: none;
}

View File

@ -186,8 +186,10 @@
@checkbox-check-color: #fff;
@checkbox-border-width: @border-width-base;
// Dropdown
// Descriptions
@descriptions-bg: #fafafa;
// Dropdown
@dropdown-selected-color: @primary-color;
// Empty