draft-components 4.10.0 → 4.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/draft-components.css
CHANGED
|
@@ -4244,15 +4244,11 @@
|
|
|
4244
4244
|
}
|
|
4245
4245
|
|
|
4246
4246
|
.dc-form-field__label_sr-only {
|
|
4247
|
-
|
|
4248
|
-
width:
|
|
4249
|
-
height:
|
|
4250
|
-
|
|
4251
|
-
margin: -1px;
|
|
4247
|
+
display: block;
|
|
4248
|
+
width: 0;
|
|
4249
|
+
height: 0;
|
|
4250
|
+
margin: 0;
|
|
4252
4251
|
overflow: hidden;
|
|
4253
|
-
white-space: nowrap;
|
|
4254
|
-
border: 0;
|
|
4255
|
-
clip: rect(0, 0, 0, 0);
|
|
4256
4252
|
}
|
|
4257
4253
|
|
|
4258
4254
|
.dc-form-field__input,
|
|
@@ -11,15 +11,11 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.dc-form-field__label_sr-only {
|
|
14
|
-
|
|
15
|
-
width:
|
|
16
|
-
height:
|
|
17
|
-
|
|
18
|
-
margin: -1px;
|
|
14
|
+
display: block;
|
|
15
|
+
width: 0;
|
|
16
|
+
height: 0;
|
|
17
|
+
margin: 0;
|
|
19
18
|
overflow: hidden;
|
|
20
|
-
white-space: nowrap;
|
|
21
|
-
border: 0;
|
|
22
|
-
clip: rect(0, 0, 0, 0);
|
|
23
19
|
}
|
|
24
20
|
|
|
25
21
|
.dc-form-field__input,
|