Removed cursor styling for spinners

Cursor styling is overridden by 'pointer-events: none' as the item
is no longer the target of mouse events, so the cursor will always
be default.

Change-Id: I672d590b1e1da5aabba12dfb77f4cc4bde71e4cd
This commit is contained in:
Beth Elwell
2017-07-04 11:25:44 +01:00
parent 0ec208fcd8
commit b8ca192446

View File

@@ -20,7 +20,6 @@
.btn {
@include opacity(.65);
@include box-shadow(none);
cursor: $cursor-disabled;
pointer-events: none;
}
}