mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Fix dropdown menu group title style
This commit is contained in:
parent
ca8ff1c27a
commit
b7aee09758
@ -46,6 +46,12 @@
|
||||
box-shadow: @box-shadow-base;
|
||||
background-clip: padding-box;
|
||||
|
||||
&-item-group-title {
|
||||
color: @text-color-secondary;
|
||||
padding: 6px 8px;
|
||||
transition: all .3s;
|
||||
}
|
||||
|
||||
&-item,
|
||||
&-submenu-title {
|
||||
padding: 7px 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user