mirror of https://github.com/halo-dev/halo-admin
parent
314b4a6ab9
commit
a5a0023c26
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue