diff --git a/less/tree.less b/less/tree.less index 9bc93ad35..b9f84fd69 100644 --- a/less/tree.less +++ b/less/tree.less @@ -146,7 +146,6 @@ &.tree-selected { background-color: @treeSelectBackground; - color: #fff; } } @@ -154,11 +153,9 @@ .tree-branch.tree-selected > .tree-branch-header .tree-branch-name { background-color: @treeSelectBackground; - color: #fff; &:hover { background-color: @treeSelectBackground; - color: #fff; } }