@wordpress/base-styles 4.42.1 → 4.43.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 +2 -0
- package/_mixins.scss +1 -1
- package/_z-index.scss +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/_mixins.scss
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
*/
|
|
65
65
|
|
|
66
66
|
@mixin block-toolbar-button-style__focus() {
|
|
67
|
-
box-shadow: inset 0 0 0 $border-width
|
|
67
|
+
box-shadow: inset 0 0 0 $border-width $white, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
68
68
|
|
|
69
69
|
// Windows High Contrast mode will show this outline, but not the box-shadow.
|
|
70
70
|
outline: 2px solid transparent;
|
package/_z-index.scss
CHANGED
|
@@ -190,7 +190,8 @@ $z-layers: (
|
|
|
190
190
|
".edit-site-page-header": 2,
|
|
191
191
|
".edit-site-page-content": 1,
|
|
192
192
|
".edit-site-patterns__header": 2,
|
|
193
|
-
".edit-site-
|
|
193
|
+
".edit-site-patterns__dataviews-list-pagination": 2,
|
|
194
|
+
".edit-site-templates__dataviews-list-pagination": 2,
|
|
194
195
|
".edit-site-layout__canvas-container": 2,
|
|
195
196
|
".edit-site-layout__sidebar": 1,
|
|
196
197
|
".edit-site-layout__canvas-container.is-resizing::after": 100,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.43.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",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "c139588f4c668b38bafbc5431f2f4e3903dbe683"
|
|
27
27
|
}
|