mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-11 18:01:01 +00:00
This might be a little overzealous, but I think the outline around the entire flip switch looks better than the clipped handle outline.
This commit is contained in:
parent
c4191d9bf6
commit
e29320e711
1 changed files with 2 additions and 2 deletions
|
|
@ -185,11 +185,11 @@ $.widget( "mobile.slider", $.mobile.widget, {
|
|||
if( cType == 'select' ) {
|
||||
this.handle.bind({
|
||||
focus: function() {
|
||||
( $.support.boxShadow ? slider : $( this ) ).addClass( $.mobile.focusClass );
|
||||
slider.addClass( $.mobile.focusClass );
|
||||
},
|
||||
|
||||
blur: function() {
|
||||
( $.support.boxShadow ? slider : $( this ) ).removeClass( $.mobile.focusClass );
|
||||
slider.removeClass( $.mobile.focusClass );
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue