mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 12:48:03 -05:00
slider: removed cursor:default on the a wrapper, allows for better styling, changing the cursor of the slider handle (fixes #2854)
This commit is contained in:
@@ -109,7 +109,7 @@ $.widget("ui.slider", {
|
||||
.each(function() {
|
||||
new handleclass(this);
|
||||
})
|
||||
.wrap('<a href="javascript:void(0)" style="cursor:default;outline:none;border:none;"></a>')
|
||||
.wrap('<a href="javascript:void(0)" style="outline:none;border:none;"></a>')
|
||||
.parent()
|
||||
.bind('focus', function(e) { self.focus(this.firstChild); })
|
||||
.bind('blur', function(e) { self.blur(this.firstChild); })
|
||||
|
||||
Reference in New Issue
Block a user