mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
Merge branch 'master' of github.com:ant-design/ant-design
This commit is contained in:
commit
100cb89ff8
@ -18,7 +18,7 @@
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 0;
|
||||
background: tint(@primary-color, 90%);
|
||||
//background: tint(@primary-color, 90%);
|
||||
padding-right: 16px;
|
||||
color: @primary-color;
|
||||
}
|
||||
@ -202,6 +202,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.@{selectPrefixCls}-selection--single + .@{selectPrefixCls}-dropdown {
|
||||
.@{selectPrefixCls}-dropdown-menu-item-selected {
|
||||
background-color: tint(@primary-color, 90%) !important;
|
||||
}
|
||||
}
|
||||
.@{selectPrefixCls}-selection--multiple + .@{selectPrefixCls}-dropdown {
|
||||
.@{selectPrefixCls}-dropdown-menu-item {
|
||||
padding: 7px 33px 7px 16px;
|
||||
@ -247,7 +252,7 @@
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &-active, &-selected {
|
||||
&:hover, &-active {
|
||||
background-color: tint(@primary-color, 90%) !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user