From e590a43065b1fa807320bfd3dc57bd429505706f Mon Sep 17 00:00:00 2001 From: Christopher Meyers Date: Fri, 23 May 2014 09:47:33 -0500 Subject: [PATCH] Fix #5209: use cursor pointer Use cursor pointer on orbit bullets, clickable elements should look clickable. --- scss/foundation/components/_orbit.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/foundation/components/_orbit.scss b/scss/foundation/components/_orbit.scss index c81360a51..0054e1700 100644 --- a/scss/foundation/components/_orbit.scss +++ b/scss/foundation/components/_orbit.scss @@ -343,6 +343,7 @@ $orbit-timer-hide-for-small: true !default; float: none; text-align: center; display: block; + cursor: pointer; li { display: inline-block; -- 2.47.2