mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 15:07:57 -05:00
slider: browser's default outline isn't shown for the created links (fixes #3029)
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;"></a>')
|
||||
.wrap('<a href="javascript:void(0)" style="cursor:default;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