pull/286/head
Ryan Wang 2021-01-24 12:55:04 +08:00 committed by GitHub
parent 314b4a6ab9
commit a5a0023c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -5311,10 +5311,17 @@ form .ant-upload {
.ant-menu-item-selected { .ant-menu-item-selected {
color: @primary-color; color: @primary-color;
} }
.ant-menu-submenu-selected {
color: @primary-color;
}
.ant-menu-item-selected > a, .ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover { .ant-menu-item-selected > a:hover {
color: @primary-color; color: @primary-color;
} }
.ant-menu-submenu-selected > a,
.ant-menu-submenu-selected > a:hover {
color: @primary-color;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: color(~`colorPalette("@{primary-color}", 1)`); background-color: color(~`colorPalette("@{primary-color}", 1)`);
} }
@ -5412,6 +5419,9 @@ form .ant-upload {
.ant-menu-horizontal > .ant-menu-item-selected > a { .ant-menu-horizontal > .ant-menu-item-selected > a {
color: @primary-color; color: @primary-color;
} }
.ant-menu-horizontal > .ant-menu-submenu-selected > a {
color: @primary-color;
}
.ant-menu-vertical .ant-menu-item:after, .ant-menu-vertical .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after, .ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after, .ant-menu-vertical-right .ant-menu-item:after,