Repository: aurora
Updated Branches:
  refs/heads/master 48ebfef48 -> a30f936ae


Add pointer for pagination links

Reviewed at https://reviews.apache.org/r/63088/


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

Branch: refs/heads/master
Commit: a30f936ae4e540982d17c327fd314a7298dbdb37
Parents: 48ebfef
Author: David McLaughlin <[email protected]>
Authored: Tue Oct 17 14:53:50 2017 -0700
Committer: David McLaughlin <[email protected]>
Committed: Tue Oct 17 14:53:50 2017 -0700

----------------------------------------------------------------------
 ui/src/main/sass/components/_pagination.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/a30f936a/ui/src/main/sass/components/_pagination.scss
----------------------------------------------------------------------
diff --git a/ui/src/main/sass/components/_pagination.scss 
b/ui/src/main/sass/components/_pagination.scss
index 3372491..3517a3c 100644
--- a/ui/src/main/sass/components/_pagination.scss
+++ b/ui/src/main/sass/components/_pagination.scss
@@ -1,3 +1,12 @@
 .pagination-wrapper {
   text-align: center;
+
+  li {
+    cursor: pointer;
+    cursor: hand;
+  }
+
+  li.active {
+    cursor: default;
+  }
 }

Reply via email to