From 52ff3949bb3cf3e306d7a65480d198624ff35e7f Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Fri, 6 Nov 2015 11:00:37 -0600 Subject: [PATCH] docs(demos): fix cursor position Closes #460 --- demos/component-docs/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/component-docs/app.scss b/demos/component-docs/app.scss index 620297a337..6a946472b5 100644 --- a/demos/component-docs/app.scss +++ b/demos/component-docs/app.scss @@ -20,7 +20,7 @@ $font-path: '../../dist/fonts'; body, body:hover, body a, body button, body media-switch { - cursor: url('http://ionicframework.com/img/finger.png'), auto; + cursor: url('http://ionicframework.com/img/finger.png') 8 8, auto; } body ion-app {