From: Christopher Meyers Date: Fri, 23 May 2014 14:47:33 +0000 (-0500) Subject: Fix #5209: use cursor pointer X-Git-Tag: v5.3.0~12^2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5210%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix #5209: use cursor pointer Use cursor pointer on orbit bullets, clickable elements should look clickable. --- 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;