From 8a611c4dd3358dcc986a7db95b3fb74e3416fb19 Mon Sep 17 00:00:00 2001 From: Stephen James Date: Fri, 21 Nov 2014 15:59:33 -0500 Subject: [PATCH] Remove white as tree selected nodes Selected background changed --- less/tree.less | 3 --- 1 file changed, 3 deletions(-) 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; } }