mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix menu text color
This commit is contained in:
parent
49a49adae3
commit
0710f826f3
@ -101,9 +101,14 @@ a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// .ant-menu-item > a {
|
||||
// color: @site-text-color !important;
|
||||
// }
|
||||
// reset menu text color
|
||||
.ant-menu-item > a {
|
||||
color: @site-text-color !important;
|
||||
}
|
||||
|
||||
.ant-menu-item-selected > a, .ant-menu-item-selected > a:hover {
|
||||
color: @primary-color !important;
|
||||
}
|
||||
|
||||
#react-content {
|
||||
transition: transform .3s @ease-in-out-circ;
|
||||
|
Loading…
Reference in New Issue
Block a user