提交 8a45fe33 编写于 作者: A afc163

update select dropdown style

上级 67735552
......@@ -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();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册