Merge pull request #6005 from megawac/multiselect-tag-bg

Use @tag-default-bg for multiselect tags
This commit is contained in:
偏右 2017-05-22 16:35:03 +08:00 committed by GitHub
commit 516317e78a
3 changed files with 7 additions and 4 deletions

View File

@ -298,7 +298,8 @@
}
.@{select-prefix-cls}-selection__choice {
background-color: #f3f3f3;
color: @tag-default-color;
background-color: @tag-default-bg;
border-radius: 4px;
cursor: default;
float: left;

View File

@ -294,6 +294,11 @@
@table-padding-vertical: 16px;
@table-padding-horizontal: 8px;
// Tag
// --
@tag-default-bg: #f3f3f3;
@tag-default-color: @text-color;
// TimePicker
// ---
@time-picker-panel-column-width: 56px;

View File

@ -3,9 +3,6 @@
@tag-prefix-cls: ~"@{ant-prefix}-tag";
@tag-default-bg: @background-color-base;
@tag-default-color: @text-color;
.@{tag-prefix-cls} {
display: inline-block;
line-height: 20px;