mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Fix menu selected style, close #1400
This commit is contained in:
parent
f75deafc6e
commit
9bf46404bb
@ -69,6 +69,10 @@
|
||||
color: @primary-color;
|
||||
// fix chrome render bug
|
||||
transform: translateZ(0);
|
||||
> a,
|
||||
> a:hover {
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
|
||||
&-inline,
|
||||
@ -346,6 +350,10 @@
|
||||
background-color: @primary-color;
|
||||
color: #fff;
|
||||
transform: translateZ(0);
|
||||
> a,
|
||||
> a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&-dark &-item-active,
|
||||
|
Loading…
Reference in New Issue
Block a user