Build/Test Tools: Run `grunt precommit:css`.
This rebuilds compiled CSS files after updating the `caniuse` database in [58563]. All `-webkit-clip-path` properties have been removed as the corresponding browsers dipped below 1% usage and have fallen out of the browser support policy. Fixes #61499. Built from https://develop.svn.wordpress.org/trunk@58567 git-svn-id: http://core.svn.wordpress.org/trunk@58015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
01a0462229
commit
a9bc14866c
|
@ -124,7 +124,6 @@
|
||||||
.ui-helper-hidden-accessible {
|
.ui-helper-hidden-accessible {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -123,7 +123,6 @@
|
||||||
.ui-helper-hidden-accessible {
|
.ui-helper-hidden-accessible {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -351,7 +351,6 @@ body.language-chooser {
|
||||||
.screen-reader-text {
|
.screen-reader-text {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -350,7 +350,6 @@ body.language-chooser {
|
||||||
.screen-reader-text {
|
.screen-reader-text {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2004,7 +2004,6 @@ div.action-links,
|
||||||
/* Show comment bubble as text instead */
|
/* Show comment bubble as text instead */
|
||||||
.post-com-count .screen-reader-text {
|
.post-com-count .screen-reader-text {
|
||||||
position: static;
|
position: static;
|
||||||
-webkit-clip-path: none;
|
|
||||||
clip-path: none;
|
clip-path: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2003,7 +2003,6 @@ div.action-links,
|
||||||
/* Show comment bubble as text instead */
|
/* Show comment bubble as text instead */
|
||||||
.post-com-count .screen-reader-text {
|
.post-com-count .screen-reader-text {
|
||||||
position: static;
|
position: static;
|
||||||
-webkit-clip-path: none;
|
|
||||||
clip-path: none;
|
clip-path: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -409,7 +409,6 @@ body.interim-login {
|
||||||
.screen-reader-text span {
|
.screen-reader-text span {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -408,7 +408,6 @@ body.interim-login {
|
||||||
.screen-reader-text span {
|
.screen-reader-text span {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -178,7 +178,6 @@ input.bulk-select-switcher:focus + .bulk-select-button-label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bulk-actions input.menu-items-delete {
|
.bulk-actions input.menu-items-delete {
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
appearance: none;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -708,7 +707,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
|
|
||||||
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
||||||
position: static;
|
position: static;
|
||||||
-webkit-clip-path: none;
|
|
||||||
clip-path: none;
|
clip-path: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -177,7 +177,6 @@ input.bulk-select-switcher:focus + .bulk-select-button-label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bulk-actions input.menu-items-delete {
|
.bulk-actions input.menu-items-delete {
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
appearance: none;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -707,7 +706,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
|
|
||||||
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
||||||
position: static;
|
position: static;
|
||||||
-webkit-clip-path: none;
|
|
||||||
clip-path: none;
|
clip-path: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -702,7 +702,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
#wpadminbar .screen-reader-text span {
|
#wpadminbar .screen-reader-text span {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
@ -796,7 +795,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
#wpadminbar .ab-label {
|
#wpadminbar .ab-label {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -701,7 +701,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
#wpadminbar .screen-reader-text span {
|
#wpadminbar .screen-reader-text span {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
@ -795,7 +794,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
#wpadminbar .ab-label {
|
#wpadminbar .ab-label {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2489,7 +2489,6 @@
|
||||||
/* Visually hide the menu heading keeping it available to assistive technologies. */
|
/* Visually hide the menu heading keeping it available to assistive technologies. */
|
||||||
.media-frame-menu-heading {
|
.media-frame-menu-heading {
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2488,7 +2488,6 @@
|
||||||
/* Visually hide the menu heading keeping it available to assistive technologies. */
|
/* Visually hide the menu heading keeping it available to assistive technologies. */
|
||||||
.media-frame-menu-heading {
|
.media-frame-menu-heading {
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,6 @@ body {
|
||||||
.screen-reader-text {
|
.screen-reader-text {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
-webkit-clip-path: inset(50%);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-beta4-58566';
|
$wp_version = '6.6-beta4-58567';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue