mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-40119 Forms: Remove cursor style override for calendar button
This commit is contained in:
parent
d68829aac0
commit
b5154feacc
2
lib/form/yui/dateselector/dateselector.js
vendored
2
lib/form/yui/dateselector/dateselector.js
vendored
@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user