]> source.dussan.org Git - jquery-ui.git/commitdiff
slider: removed cursor:default on the a wrapper, allows for better styling, changing...
authorPaul Bakaus <paul.bakaus@googlemail.com>
Thu, 3 Jul 2008 15:11:53 +0000 (15:11 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Thu, 3 Jul 2008 15:11:53 +0000 (15:11 +0000)
ui/ui.slider.js

index 53b57bd19b744c0142fbba3c78cd712c61d9c61e..a1c9f24c746fd4af03fdf34320a09ca1fed7e41a 100644 (file)
@@ -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); })