@wordpress/base-styles 4.17.1 → 4.17.2
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 +1 -2
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -94,10 +94,8 @@ $z-layers: (
|
|
|
94
94
|
// the Publish Post sidebar.
|
|
95
95
|
".edit-post-layout .edit-post-post-publish-panel {greater than small}": 99998,
|
|
96
96
|
|
|
97
|
-
".entities-saved-states__panel": 100001,
|
|
98
97
|
// For larger views, the wp-admin navbar dropdown should be on top of
|
|
99
98
|
// the multi-entity saving sidebar.
|
|
100
|
-
".entities-saved-states__panel {greater than small}": 99998,
|
|
101
99
|
".edit-site-editor__toggle-save-panel": 100000,
|
|
102
100
|
|
|
103
101
|
// Show sidebar in greater than small viewports above editor related elements
|
|
@@ -141,6 +139,7 @@ $z-layers: (
|
|
|
141
139
|
|
|
142
140
|
".skip-to-selected-block": 100000,
|
|
143
141
|
".interface-interface-skeleton__actions": 100000,
|
|
142
|
+
".edit-site-layout__actions": 100000,
|
|
144
143
|
|
|
145
144
|
// The focus styles of the region navigation containers should be above their content.
|
|
146
145
|
".is-focusing-regions {region} :focus::after": 1000000,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.2",
|
|
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": "3eb2c536278d5a17f698b9c378fe3db746a89622"
|
|
27
27
|
}
|