docs(demos): use circle cursor for media-switch

This commit is contained in:
Drew Rygh
2015-10-22 10:30:08 -05:00
parent cb49adcb0c
commit 2528808c13

View File

@ -1,4 +1,4 @@
body, body:hover, body a, body button {
body, body:hover, body a, body button, body media-switch {
cursor: url('http://ionicframework.com/img/finger.png'), auto;
overflow: hidden;
}