mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
Merge pull request #6005 from megawac/multiselect-tag-bg
Use @tag-default-bg for multiselect tags
This commit is contained in:
commit
516317e78a
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user