多选选中 没底色 只有勾

This commit is contained in:
然则 2015-07-22 19:05:59 +08:00
parent 8b74cf8ff2
commit f79dfc0bcd

View File

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