@wordpress/base-styles 4.17.2 → 4.17.3
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 +4 -1
- package/package.json +2 -2
package/_z-index.scss
CHANGED
|
@@ -144,7 +144,10 @@ $z-layers: (
|
|
|
144
144
|
// The focus styles of the region navigation containers should be above their content.
|
|
145
145
|
".is-focusing-regions {region} :focus::after": 1000000,
|
|
146
146
|
|
|
147
|
-
// Show
|
|
147
|
+
// Show NUX tips above popovers, wp-admin menus, submenus, and sidebar:
|
|
148
|
+
".nux-dot-tip": 1000001,
|
|
149
|
+
|
|
150
|
+
// Show tooltips above NUX tips, wp-admin menus, submenus, and sidebar:
|
|
148
151
|
".components-tooltip": 1000002,
|
|
149
152
|
|
|
150
153
|
// Keep template popover underneath 'Create custom template' modal overlay.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.3",
|
|
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": "e086b2b595618a5f4c9491119695be3e074d736b"
|
|
27
27
|
}
|