release: 1.4.3-beta.1.

pull/1217/head^2 v1.4.3-beta.1
Ryan Wang 2021-01-25 21:28:17 +08:00
parent afe501f233
commit d1258c831d
3 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,7 @@ plugins {
} }
group = "run.halo.app" group = "run.halo.app"
version = "1.4.2" version = "1.4.3-beta.1"
description = "Halo, An excellent open source blog publishing application." description = "Halo, An excellent open source blog publishing application."
java { java {

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,

File diff suppressed because one or more lines are too long