mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
Fix link area in dropdown menu, close #535
This commit is contained in:
parent
1f000ff9da
commit
7df5379022
@ -63,8 +63,11 @@
|
||||
cursor: pointer;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
a {
|
||||
> a {
|
||||
color: #666;
|
||||
display: block;
|
||||
padding: 7px 16px;
|
||||
margin: -7px -16px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user