]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix #5209: use cursor pointer 5210/head
authorChristopher Meyers <chris@hirechrismeyers.com>
Fri, 23 May 2014 14:47:33 +0000 (09:47 -0500)
committerChristopher Meyers <chris@hirechrismeyers.com>
Fri, 23 May 2014 14:47:33 +0000 (09:47 -0500)
Use cursor pointer on orbit bullets, clickable elements should look clickable.

scss/foundation/components/_orbit.scss

index c81360a5165f38f8b3717b16b4bad5896073ad98..0054e170067698a83611a1ffb451080f56456463 100644 (file)
@@ -343,6 +343,7 @@ $orbit-timer-hide-for-small: true !default;
         float: none;
         text-align: center;
         display: block;
+        cursor: pointer;
 
         li {
           display: inline-block;