@wordpress/base-styles 4.42.4 → 4.42.5
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/_z-index.scss +3 -0
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -201,6 +201,9 @@ $z-layers: (
|
|
|
201
201
|
|
|
202
202
|
// Ensure modal footer actions appear above modal contents
|
|
203
203
|
".edit-site-start-template-options__modal__actions": 1,
|
|
204
|
+
|
|
205
|
+
// Ensure checkbox + actions don't overlap table header
|
|
206
|
+
".dataviews-view-table thead": 1,
|
|
204
207
|
);
|
|
205
208
|
|
|
206
209
|
@function z-index( $key ) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.42.
|
|
3
|
+
"version": "4.42.5",
|
|
4
4
|
"description": "Base SCSS utilities and variables for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "7d2a00f1998a0a696694802725e523628f994cfc"
|
|
27
27
|
}
|