Browse Source

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

pull/18440/merge
He Linming 5 years ago
committed by 偏右
parent
commit
721a545211
  1. 2
      components/descriptions/style/index.less
  2. 4
      components/style/themes/default.less

2
components/descriptions/style/index.less

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

4
components/style/themes/default.less

@ -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

Loading…
Cancel
Save