update select dropdown style

This commit is contained in:
afc163 2015-09-23 11:21:36 +08:00
parent 67735552bb
commit 8a45fe3357
2 changed files with 5 additions and 2 deletions

View File

@ -54,6 +54,7 @@
color: #666;
white-space: nowrap;
cursor: pointer;
transition: background 0.3s ease;
a {
color: #666;

View File

@ -316,9 +316,12 @@
}
.@{select-prefix-cls}-dropdown {
&-menu-item {
transition: background 0.3s ease;
}
&--single &-menu-item-selected {
background-color: tint(@primary-color, 90%);
.selected_icon();
}
&--multiple &-menu-item {
@ -326,7 +329,6 @@
}
&--multiple &-menu-item-selected {
background-color: tint(@primary-color, 90%);
.selected_icon();
}