mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +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;
|
cursor: pointer;
|
||||||
transition: background 0.3s ease;
|
transition: background 0.3s ease;
|
||||||
|
|
||||||
a {
|
> a {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
display: block;
|
||||||
|
padding: 7px 16px;
|
||||||
|
margin: -7px -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user