mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
update select dropdown style
This commit is contained in:
parent
29e5994236
commit
d72b68a804
@ -137,10 +137,11 @@ a.logo {
|
||||
color: #CADCE3;
|
||||
}
|
||||
|
||||
.autoComplete .ant-select-dropdown {
|
||||
.autoComplete.ant-select-dropdown {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 0 8px rgba(0,0,0,0.25);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.autoComplete .ant-select-dropdown-menu {
|
||||
|
@ -310,6 +310,7 @@
|
||||
}
|
||||
|
||||
&--multiple &-menu-item-selected {
|
||||
background-color: tint(@primary-color, 90%);
|
||||
.selected_icon();
|
||||
}
|
||||
|
||||
@ -328,9 +329,9 @@
|
||||
position: absolute;
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
font-size: @font-size-base;
|
||||
|
||||
&-menu {
|
||||
font-size: @font-size-base;
|
||||
outline: none;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0; // Override default ul/ol
|
||||
|
Loading…
Reference in New Issue
Block a user