MDL-40119 Forms: Remove cursor style override for calendar button

This commit is contained in:
Andrew Nicols
2014-01-08 11:13:37 +01:00
committed by Eloy Lafuente (stronk7)
parent d68829aac0
commit b5154feacc
+1 -1
View File
@@ -175,7 +175,7 @@ YUI.add('moodle-form-dateselector', function(Y) {
this.release_calendar();
} else {
this.calendarimage.set('disabled', false);
this.calendarimage.setStyle('cursor', 'auto');
this.calendarimage.setStyle('cursor', null);
}
}
};