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

Commit 303c531

Browse files
committed
Fieldcontain: Remove deprecated ui-hide-label class
Fixes gh-6405 Closes gh-8179
1 parent 936dd4b commit 303c531

File tree

4 files changed

+0
-531
lines changed

4 files changed

+0
-531
lines changed

css/structure/jquery.mobile.core.css

-13
Original file line numberDiff line numberDiff line change
@@ -382,19 +382,6 @@ input.ui-button-icon-only,
382382
}
383383

384384
/* Accessible content hiding */
385-
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
386-
.ui-hide-label > label,
387-
.ui-hide-label .ui-controlgroup-label,
388-
.ui-hide-label .ui-rangeslider label,
389-
.ui-hidden-accessible,
390-
.ui-helper-hidden-accessible {
391-
position: absolute !important;
392-
height: 1px;
393-
width: 1px;
394-
overflow: hidden;
395-
clip: rect(1px,1px,1px,1px);
396-
}
397-
398385
/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
399386
.ui-screen-hidden {
400387
display: none !important;

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

-8
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@
5050
-moz-box-sizing: border-box;
5151
box-sizing: border-box;
5252
}
53-
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
54-
.ui-hide-label > label ~ [class*="ui-"],
55-
.ui-hide-label .ui-controlgroup-controls,
56-
.ui-popup .ui-field-contain > label ~ [class*="ui-"],
57-
.ui-popup .ui-field-contain .ui-controlgroup-controls {
58-
float: none;
59-
width: 100%;
60-
}
6153
.ui-field-contain > label ~ .ui-button-inline {
6254
width: auto;
6355
margin-right: .625em;

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

-7
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,3 @@ div.ui-slider-switch.ui-mini {
152152
.ui-field-contain div.ui-slider-switch {
153153
margin: 0;
154154
}
155-
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
156-
.ui-field-contain div.ui-slider-switch,
157-
.ui-field-contain.ui-hide-label div.ui-slider-switch,
158-
html .ui-popup .ui-field-contain div.ui-slider-switch {
159-
display: inline-block;
160-
width: 5.8em;
161-
}

0 commit comments

Comments
 (0)