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

Commit 949a16a

Browse files
Slider: reset unnecessary clearfix for the flip toggle switch. Fixes #5809
1 parent 3bffa09 commit 949a16a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/structure/jquery.mobile.forms.slider.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ div.ui-slider-switch {
106106
margin: .5em 0;
107107
top: 0;
108108
}
109+
/* reset the clearfix */
110+
div.ui-slider-switch:before, div.ui-slider-switch:after {
111+
display: none;
112+
clear: none;
113+
}
109114
div.ui-slider-switch.ui-mini {
110115
width: 5em;
111116
height: 29px;

0 commit comments

Comments
 (0)