Browse Source

update select dropdown style

pull/330/head
afc163 9 years ago
parent
commit
8a45fe3357
  1. 1
      style/components/dropdown.less
  2. 6
      style/components/select.less

1
style/components/dropdown.less

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

6
style/components/select.less

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

Loading…
Cancel
Save