From 1bf99590625368246ee37fdb4c7b0de8f2aaa281 Mon Sep 17 00:00:00 2001 From: Teng YANG Date: Tue, 26 May 2020 13:52:41 +0800 Subject: [PATCH] fix @tree-directory-selected-bg don't work (#24468) --- components/tree/style/directory.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tree/style/directory.less b/components/tree/style/directory.less index 291403bc5b..51baf617ce 100644 --- a/components/tree/style/directory.less +++ b/components/tree/style/directory.less @@ -54,7 +54,7 @@ &-selected { &:hover::before, &::before { - background: @primary-color; + background: @tree-directory-selected-bg; } // >>> Switcher