@wordpress/base-styles 6.12.1-next.8fd3f8831.0 → 6.12.2-next.76cff8c98.0
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/CHANGELOG.md +6 -0
- package/LICENSE.md +1 -1
- package/_long-content-fade.scss +0 -4
- package/_mixins.scss +1 -14
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/LICENSE.md
CHANGED
package/_long-content-fade.scss
CHANGED
package/_mixins.scss
CHANGED
|
@@ -283,15 +283,7 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
// Use opacity to work in various editor styles.
|
|
286
|
-
|
|
287
|
-
color: colors.$dark-gray-placeholder;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
&::-moz-placeholder {
|
|
291
|
-
color: colors.$dark-gray-placeholder;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
&:-ms-input-placeholder {
|
|
286
|
+
&::placeholder {
|
|
295
287
|
color: colors.$dark-gray-placeholder;
|
|
296
288
|
}
|
|
297
289
|
}
|
|
@@ -313,11 +305,6 @@
|
|
|
313
305
|
&:checked {
|
|
314
306
|
background: var(--wp-admin-theme-color);
|
|
315
307
|
border-color: var(--wp-admin-theme-color);
|
|
316
|
-
|
|
317
|
-
// Hide default checkbox styles in IE.
|
|
318
|
-
&::-ms-check {
|
|
319
|
-
opacity: 0;
|
|
320
|
-
}
|
|
321
308
|
}
|
|
322
309
|
|
|
323
310
|
&:checked::before,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "6.12.
|
|
3
|
+
"version": "6.12.2-next.76cff8c98.0",
|
|
4
4
|
"description": "Base SCSS utilities and variables for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "368727f14b858e75179e140967c2d9ec965c8790"
|
|
49
49
|
}
|