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

This commit is contained in:
Andrew Nicols 2014-01-08 19:34:27 +11:00 committed by Eloy Lafuente (stronk7)
parent d68829aac0
commit b5154feacc

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);
}
}
};