Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Slider: Keep the flip switch native select element accessible for scr…
Browse files Browse the repository at this point in the history
…een readers.
  • Loading branch information
jaspermdegroot committed May 5, 2013
1 parent 7fa7b13 commit f2baf78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/structure/jquery.mobile.forms.slider.css
Expand Up @@ -82,7 +82,8 @@ input.ui-slider-input {
margin: -8px 0 0 -8px;
}
select.ui-slider-switch {
display: none !important;
position: absolute;
left: -9999px;
}
div.ui-slider-switch {
display: inline-block;
Expand Down

0 comments on commit f2baf78

Please sign in to comment.