From d1258c831d4ab16a6df83d63204eb6056193ca5c Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 25 Jan 2021 21:28:17 +0800 Subject: [PATCH] release: 1.4.3-beta.1. --- build.gradle | 2 +- src/main/resources/admin/color.less | 10 ++++++++++ src/main/resources/admin/index.html | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 61ef2da2f..a8fb83045 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = "run.halo.app" -version = "1.4.2" +version = "1.4.3-beta.1" description = "Halo, An excellent open source blog publishing application." java { diff --git a/src/main/resources/admin/color.less b/src/main/resources/admin/color.less index c7e6b1b23..521537a91 100644 --- a/src/main/resources/admin/color.less +++ b/src/main/resources/admin/color.less @@ -5311,10 +5311,17 @@ form .ant-upload { .ant-menu-item-selected { color: @primary-color; } +.ant-menu-submenu-selected { + color: @primary-color; +} .ant-menu-item-selected > a, .ant-menu-item-selected > a:hover { 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 { background-color: color(~`colorPalette("@{primary-color}", 1)`); } @@ -5412,6 +5419,9 @@ form .ant-upload { .ant-menu-horizontal > .ant-menu-item-selected > a { color: @primary-color; } +.ant-menu-horizontal > .ant-menu-submenu-selected > a { + color: @primary-color; +} .ant-menu-vertical .ant-menu-item:after, .ant-menu-vertical-left .ant-menu-item:after, .ant-menu-vertical-right .ant-menu-item:after, diff --git a/src/main/resources/admin/index.html b/src/main/resources/admin/index.html index 826d2710d..2b7d22825 100644 --- a/src/main/resources/admin/index.html +++ b/src/main/resources/admin/index.html @@ -1 +1 @@ -Halo Dashboard
\ No newline at end of file +Halo Dashboard
\ No newline at end of file