mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
fix select group style
This commit is contained in:
parent
c351ae5b37
commit
3bf5a86c21
@ -243,16 +243,15 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
> li.@{selectPrefixCls}-menu-item {
|
||||
padding-left: 20px;
|
||||
> li.@{selectPrefixCls}-dropdown-menu-item {
|
||||
padding-left: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&-item-group-title {
|
||||
color: #999;
|
||||
line-height: 1.5;
|
||||
padding: 8px 10px;
|
||||
border-bottom: 1px solid #dedede;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
li&-item {
|
||||
|
Loading…
Reference in New Issue
Block a user