You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2016/02/12 10:30:45 UTC

[2/2] ignite git commit: IGNITE-843 Fixed missing pointer on sorted table columns.

IGNITE-843 Fixed missing pointer on sorted table columns.


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

Branch: refs/heads/ignite-843-rc2
Commit: a7f04fb227cd4b46ba90839b4f68aebc2b76f811
Parents: b97d412
Author: Dmitriyff <dm...@gmail.com>
Authored: Fri Feb 12 16:30:57 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Feb 12 16:30:57 2016 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/public/stylesheets/style.scss | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a7f04fb2/modules/control-center-web/src/main/js/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
index 4a7d26e..adbfa1b 100644
--- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss
+++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
@@ -1406,6 +1406,10 @@ a {
     content: '\25BC';
 }
 
+th[st-sort] {
+    cursor: pointer;
+}
+
 .panel {
     margin-bottom: 0;
 }