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

Commit 8cf0250

Browse files
All: Remove vendor prefixes from structure CSS
1 parent f160d16 commit 8cf0250

25 files changed

+2
-305
lines changed

css/structure/jquery.mobile.collapsible.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,23 @@
6161
display: none;
6262
}
6363
.ui-collapsible-set > .ui-collapsible.ui-corner-all {
64-
-webkit-border-radius: 0;
6564
border-radius: 0;
6665
}
6766
.ui-collapsible-heading,
6867
.ui-collapsible-heading > .ui-button {
69-
-webkit-border-radius: inherit;
7068
border-radius: inherit;
7169
}
7270
.ui-collapsible-set .ui-collapsible.ui-first-child {
73-
-webkit-border-top-right-radius: inherit;
7471
border-top-right-radius: inherit;
75-
-webkit-border-top-left-radius: inherit;
7672
border-top-left-radius: inherit;
7773
}
7874
.ui-collapsible-content,
7975
.ui-collapsible-set .ui-collapsible.ui-last-child {
80-
-webkit-border-bottom-right-radius: inherit;
8176
border-bottom-right-radius: inherit;
82-
-webkit-border-bottom-left-radius: inherit;
8377
border-bottom-left-radius: inherit;
8478
}
8579
.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
86-
-webkit-border-bottom-right-radius: 0;
8780
border-bottom-right-radius: 0;
88-
-webkit-border-bottom-left-radius: 0;
8981
border-bottom-left-radius: 0;
9082
}
9183
.ui-collapsible-set .ui-collapsible {

css/structure/jquery.mobile.controlgroup.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
.ui-controlgroup-vertical > .ui-button,
3131
.ui-controlgroup-vertical > li > .ui-button {
3232
display: block;
33-
-webkit-box-sizing: border-box;
34-
-moz-box-sizing: border-box;
3533
box-sizing: border-box;
3634
}
3735

@@ -94,7 +92,5 @@
9492

9593
.ui-controlgroup > .ui-shadow:not(:focus),
9694
.ui-controlgroup > .ui-shadow:not(.ui-focus) {
97-
-moz-box-shadow: none;
98-
-webkit-box-shadow: none;
9995
box-shadow: none;
10096
}

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
margin: 0;
2828
overflow-x: visible;
2929
-webkit-text-size-adjust: 100%;
30-
-ms-text-size-adjust:none;
30+
-ms-text-size-adjust: none;
3131
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3232
}
3333
/* Issue #2066 */
@@ -141,7 +141,6 @@ div.ui-mobile-viewport {
141141
width: 2.75em;
142142
height: 2.75em;
143143
padding: .0625em;
144-
-webkit-border-radius: 2.25em;
145144
border-radius: 2.25em;
146145
}
147146
.ui-loader-verbose .ui-icon-loading {
@@ -186,17 +185,13 @@ div.ui-mobile-viewport {
186185
.ui-corner-all > .ui-toolbar-header:first-child,
187186
.ui-corner-all > .ui-content:first-child,
188187
.ui-corner-all > .ui-toolbar-footer:first-child {
189-
-webkit-border-top-left-radius: inherit;
190188
border-top-left-radius: inherit;
191-
-webkit-border-top-right-radius: inherit;
192189
border-top-right-radius: inherit;
193190
}
194191
.ui-corner-all > .ui-toolbar-header:last-child,
195192
.ui-corner-all > .ui-content:last-child,
196193
.ui-corner-all > .ui-toolbar-footer:last-child {
197-
-webkit-border-bottom-left-radius: inherit;
198194
border-bottom-left-radius: inherit;
199-
-webkit-border-bottom-right-radius: inherit;
200195
border-bottom-right-radius: inherit;
201196
}
202197

@@ -213,9 +208,6 @@ div.ui-mobile-viewport {
213208
overflow: hidden;
214209
white-space: nowrap;
215210
cursor: pointer;
216-
-webkit-user-select: none;
217-
-moz-user-select: none;
218-
-ms-user-select: none;
219211
user-select: none;
220212
}
221213
.ui-button-icon-only,
@@ -316,8 +308,6 @@ div.ui-mobile-viewport {
316308
/* Button elements and input buttons */
317309
button.ui-button,
318310
input.ui-button {
319-
-webkit-box-sizing: border-box;
320-
-moz-box-sizing: border-box;
321311
box-sizing: border-box;
322312
-webkit-appearance: none;
323313
-moz-appearance: none;
@@ -336,8 +326,6 @@ button.ui-button::-moz-focus-inner {
336326
}
337327
button.ui-button-icon-only,
338328
input.ui-button-icon-only {
339-
-webkit-box-sizing: content-box;
340-
-moz-box-sizing: content-box;
341329
box-sizing: content-box;
342330
width: 1.75em;
343331
}

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
.ui-field-contain .ui-controlgroup {
6262
float: left;
6363
width: 78%;
64-
-webkit-box-sizing: border-box;
65-
-moz-box-sizing: border-box;
6664
box-sizing: border-box;
6765
}
6866

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,9 @@
77
border-style: solid;
88
margin: .5em 0;
99
overflow: hidden;
10-
-webkit-transition-property: padding, width, background-color, color, border-color;
11-
-moz-transition-property: padding, width, background-color, color, border-color;
12-
-o-transition-property: padding, width, background-color, color, border-color;
1310
transition-property: padding, width, background-color, color, border-color;
14-
-webkit-transition-duration: 100ms;
15-
-moz-transition-duration: 100ms;
16-
-o-transition-duration: 100ms;
1711
transition-duration: 100ms;
1812
-webkit-touch-callout: none;
19-
-webkit-user-select: none;
20-
-moz-user-select: none;
21-
-ms-user-select: none;
2213
user-select: none;
2314
cursor: pointer;
2415
}
@@ -52,8 +43,6 @@
5243
text-align: left;
5344
border-width: 1px;
5445
border-style: solid;
55-
-webkit-box-sizing: border-box;
56-
-moz-box-sizing: border-box;
5746
box-sizing: border-box;
5847
border-radius: inherit;
5948
overflow: visible;
@@ -69,8 +58,6 @@ html .ui-field-contain > label + .ui-flipswitch,
6958
html .ui-popup .ui-field-contain > label + .ui-flipswitch {
7059
display: inline-block;
7160
width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
72-
-webkit-box-sizing: content-box;
73-
-moz-box-sizing: content-box;
7461
box-sizing: content-box;
7562
}
7663
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,

css/structure/jquery.mobile.forms.select.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
height: 3em;
2424
max-height: 100%;
2525
outline: 0;
26-
-webkit-border-radius: inherit;
2726
border-radius: inherit;
2827
-webkit-appearance: none;
2928
-moz-appearance: none;
@@ -95,9 +94,7 @@
9594
position: relative;
9695
}
9796
.ui-selectmenu-custom.ui-popup .ui-toolbar-header {
98-
-webkit-border-bottom-right-radius: 0;
9997
border-bottom-right-radius: 0;
100-
-webkit-border-bottom-left-radius: 0;
10198
border-bottom-left-radius: 0;
10299
}
103100

@@ -116,13 +113,10 @@
116113

117114
.ui-selectmenu-custom .ui-selectmenu-custom-list {
118115
margin: 0;
119-
-webkit-border-radius: inherit;
120116
border-radius: inherit;
121117
}
122118
.ui-toolbar-header:not(.ui-screen-hidden) + .ui-selectmenu-custom-list {
123-
-webkit-border-top-right-radius: 0;
124119
border-top-right-radius: 0;
125-
-webkit-border-top-left-radius: 0;
126120
border-top-left-radius: 0;
127121
}
128122
.ui-toolbar-header.ui-screen-hidden + .ui-selectmenu-custom-list li.ui-first-child .ui-button {

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ input.ui-slider-input {
2828
text-align: center;
2929
-webkit-appearance: none;
3030
-moz-appearance: none;
31-
appearance: none;
32-
-webkit-box-sizing: content-box;
33-
-moz-box-sizing: content-box;
3431
box-sizing: content-box;
3532
}
3633
.ui-slider-input::-webkit-outer-spin-button,
@@ -111,8 +108,6 @@ div.ui-slider-switch.ui-mini {
111108
padding: 0;
112109
}
113110
.ui-slider-handle-snapping {
114-
-webkit-transition: left 70ms linear;
115-
-moz-transition: left 70ms linear;
116111
transition: left 70ms linear;
117112
}
118113
.ui-slider-switch .ui-slider-label {
@@ -145,7 +140,6 @@ div.ui-slider-switch.ui-mini {
145140
.ui-slider-switch .ui-slider-label,
146141
.ui-slider-switch .ui-slider-inneroffset,
147142
.ui-slider-handle {
148-
-webkit-border-radius: inherit;
149143
border-radius: inherit;
150144
}
151145
.ui-field-contain div.ui-slider-switch {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ textarea.ui-textinput-text.ui-textinput-autogrow {
33
}
44

55
.ui-textinput-autogrow-resize {
6-
-webkit-transition: height .25s;
7-
-o-transition: height .25s;
8-
-moz-transition: height .25s;
96
transition: height .25s;
107
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ textarea.ui-textinput-text {
1111
line-height: 1.4em;
1212
display: block;
1313
width: 100%;
14-
-webkit-box-sizing: border-box;
15-
-moz-box-sizing: border-box;
1614
box-sizing: border-box;
1715
outline: 0;
1816
}
@@ -24,7 +22,7 @@ textarea.ui-textinput-text {
2422
border: 0;
2523
background: transparent none;
2624
-webkit-appearance: none;
27-
-webkit-border-radius: inherit;
25+
-moz-appearance: none;
2826
border-radius: inherit;
2927
}
3028
textarea.ui-textinput-text {
@@ -58,9 +56,7 @@ textarea.ui-mini {
5856
.ui-textinput-has-clear-button input {
5957
padding-right: 0;
6058
/* Autofill on Chrome has bg color so we unset corners right as well. */
61-
-webkit-border-top-right-radius: 0;
6259
border-top-right-radius: 0;
63-
-webkit-border-bottom-right-radius: 0;
6460
border-bottom-right-radius: 0;
6561
}
6662
/* Search icon */
@@ -120,7 +116,5 @@ for Android 4.1 */
120116
}
121117
.ui-textinput-text input:focus,
122118
.ui-textinput-search input:focus {
123-
-webkit-box-shadow: none;
124-
-moz-box-shadow: none;
125119
box-shadow: none;
126120
}

css/structure/jquery.mobile.grid.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
border: 0;
3030
float: left;
3131
min-height: 1px;
32-
-webkit-box-sizing: border-box;
33-
-moz-box-sizing: border-box;
3432
box-sizing: border-box;
3533
}
3634
/* force new row */

css/structure/jquery.mobile.listview.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,46 +64,33 @@
6464
}
6565
.ui-listview > li.ui-first-child,
6666
.ui-listview > li.ui-first-child > a.ui-button {
67-
-webkit-border-top-right-radius: inherit;
6867
border-top-right-radius: inherit;
69-
-webkit-border-top-left-radius: inherit;
7068
border-top-left-radius: inherit;
7169
}
7270
.ui-listview > li.ui-last-child,
7371
.ui-listview > li.ui-last-child > a.ui-button {
74-
-webkit-border-bottom-right-radius: inherit;
7572
border-bottom-right-radius: inherit;
76-
-webkit-border-bottom-left-radius: inherit;
7773
border-bottom-left-radius: inherit;
7874
}
7975
.ui-listview > li.ui-listview-item-has-alternate > a.ui-button {
80-
-webkit-border-top-right-radius: 0;
8176
border-top-right-radius: 0;
82-
-webkit-border-bottom-right-radius: 0;
8377
border-bottom-right-radius: 0;
8478
}
8579
.ui-listview > li.ui-first-child > a.ui-button + a.ui-button {
86-
-webkit-border-top-left-radius: 0;
8780
border-top-left-radius: 0;
88-
-webkit-border-top-right-radius: inherit;
8981
border-top-right-radius: inherit;
9082
}
9183
.ui-listview > li.ui-last-child > a.ui-button + a.ui-button {
92-
-webkit-border-bottom-left-radius: 0;
9384
border-bottom-left-radius: 0;
94-
-webkit-border-bottom-right-radius: inherit;
9585
border-bottom-right-radius: inherit;
9686
}
9787
.ui-listview > li.ui-first-child img:first-child:not(.ui-listview-item-icon) {
98-
-webkit-border-top-left-radius: inherit;
9988
border-top-left-radius: inherit;
10089
}
10190
.ui-listview > li.ui-last-child img:first-child:not(.ui-listview-item-icon) {
102-
-webkit-border-bottom-left-radius: inherit;
10391
border-bottom-left-radius: inherit;
10492
}
10593
.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) {
106-
-webkit-border-radius: inherit;
10794
border-radius: inherit;
10895
}
10996
.ui-listview > .ui-listview-item-static {
@@ -199,8 +186,6 @@
199186
position: absolute;
200187
width: 2.5em;
201188
height: 100%;
202-
-webkit-box-sizing: border-box;
203-
-moz-box-sizing: border-box;
204189
box-sizing: border-box;
205190
border-left-width: 1px;
206191
top: 0;

0 commit comments

Comments
 (0)