You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/02/21 12:52:42 UTC

[47/52] [abbrv] kylin git commit: minor, UI update tree control label style

minor, UI update tree control label style


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/1caa626e
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/1caa626e
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/1caa626e

Branch: refs/heads/1.x-HBase1.1.3
Commit: 1caa626e88a82cd1451cd9abda615749a58ed787
Parents: 5666d7f
Author: janzhongi <ji...@ebay.com>
Authored: Thu Feb 18 11:25:31 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Thu Feb 18 11:25:31 2016 +0800

----------------------------------------------------------------------
 webapp/app/less/app.less | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/1caa626e/webapp/app/less/app.less
----------------------------------------------------------------------
diff --git a/webapp/app/less/app.less b/webapp/app/less/app.less
index e80b757..bf2ba77 100644
--- a/webapp/app/less/app.less
+++ b/webapp/app/less/app.less
@@ -416,9 +416,7 @@ treecontrol > ul {
 treecontrol > ul > li {
   padding-left: 0;
 }
-treecontrol li .tree-label{
-  cursor: default;
-}
+
 treecontrol li treeitem .tree-label{
   cursor: pointer;
 }