Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #865 from ExactTarget/tree-selected-text-color
Browse files Browse the repository at this point in the history
Remove white as tree selected nodes
  • Loading branch information
interactivellama committed Nov 21, 2014
2 parents 2c7c984 + 8a611c4 commit d07a703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions less/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,16 @@

&.tree-selected {
background-color: @treeSelectBackground;
color: #fff;
}
}

}

.tree-branch.tree-selected > .tree-branch-header .tree-branch-name {
background-color: @treeSelectBackground;
color: #fff;

&:hover {
background-color: @treeSelectBackground;
color: #fff;
}
}

Expand Down

0 comments on commit d07a703

Please sign in to comment.