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

Commit 2d1d09b

Browse files
siokoshouGabriel Schulhof
authored andcommitted
All: Removed non-existent "-ms-box-sizing"
-ms-box-sizing has never been used by any version of IE. (cherry picked from commit debea2d) Closes gh-6738 Fixes gh-6749
1 parent 11eb494 commit 2d1d09b

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

css/structure/jquery.mobile.forms.fieldcontain.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
width: 78%;
4949
-webkit-box-sizing: border-box;
5050
-moz-box-sizing: border-box;
51-
-ms-box-sizing: border-box;
5251
box-sizing: border-box;
5352
}
5453
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */

css/structure/jquery.mobile.forms.flipswitch.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
border-style: solid;
5555
-webkit-box-sizing: border-box;
5656
-moz-box-sizing: border-box;
57-
-ms-box-sizing: border-box;
5857
box-sizing: border-box;
5958
border-radius: inherit;
6059
overflow: visible;
@@ -72,7 +71,6 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
7271
width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
7372
-webkit-box-sizing: content-box;
7473
-moz-box-sizing: content-box;
75-
-ms-box-sizing: content-box;
7674
box-sizing: content-box;
7775
}
7876
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ input.ui-slider-input {
3232
appearance: none;
3333
-webkit-box-sizing: content-box;
3434
-moz-box-sizing: content-box;
35-
-ms-box-sizing: content-box;
3635
box-sizing: content-box;
3736
}
3837
.ui-slider-input::-webkit-outer-spin-button,

css/structure/jquery.mobile.forms.textinput.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ textarea.ui-input-text {
1313
width: 100%;
1414
-webkit-box-sizing: border-box;
1515
-moz-box-sizing: border-box;
16-
-ms-box-sizing: border-box;
1716
box-sizing: border-box;
1817
outline: 0;
1918
}

demos/listview-grid/listview-grid.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
.my-page .ui-listview li > .ui-btn {
2121
-webkit-box-sizing: border-box; /* include padding and border in height so we can set it to 100% */
2222
-moz-box-sizing: border-box;
23-
-ms-box-sizing: border-box;
2423
box-sizing: border-box;
2524
height: 100%;
2625
}

0 commit comments

Comments
 (0)