MDL-40119 Forms: Remove cursor style override for calendar button
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
d68829aac0
commit
b5154feacc
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user