mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
update select dropdown style
This commit is contained in:
parent
67735552bb
commit
8a45fe3357
@ -54,6 +54,7 @@
|
||||
color: #666;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
a {
|
||||
color: #666;
|
||||
|
@ -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…
Reference in New Issue
Block a user