mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-06 21:39:44 +00:00
Twenty Twenty-One: Rebuild IE specific editor stylesheet.
This was not updated to include the changes from [50493]. Props desrosj. Merges [50667] to the 5.7 branch. Fixes #52981. See #52702. Built from https://develop.svn.wordpress.org/branches/5.7@50680 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4a193e9847
commit
eff1fa7e1e
@ -3260,6 +3260,18 @@ a {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-black-background-color[class] {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-gray-background-color[class] {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-dark-gray-background-color[class] {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container] {
|
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container] {
|
||||||
color: #28303d;
|
color: #28303d;
|
||||||
}
|
}
|
||||||
@ -3272,6 +3284,34 @@ a {
|
|||||||
color: #28303d;
|
color: #28303d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-green-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-blue-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-purple-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-red-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-orange-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-yellow-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-background:not(.has-text-color).has-white-background-color[class] {
|
||||||
|
color: #28303d;
|
||||||
|
}
|
||||||
|
|
||||||
.has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container] {
|
.has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container] {
|
||||||
color: #28303d;
|
color: #28303d;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7.1-alpha-50679';
|
$wp_version = '5.7.1-alpha-50680';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user