Privacy: Reintroduce consistency to the styling of suggested privacy text from core and plugins.
Props garrett-eclipse Fixes #49282 Built from https://develop.svn.wordpress.org/trunk@47411 git-svn-id: http://core.svn.wordpress.org/trunk@47198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da52485cf1
commit
e12cca1ce8
|
@ -753,13 +753,17 @@ form#tags-filter {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.wp-suggested-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
.policy-text {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.policy-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.wp-suggested-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) + p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
.policy-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) + p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -752,13 +752,17 @@ form#tags-filter {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.wp-suggested-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
.policy-text {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.policy-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.wp-suggested-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) + p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
.policy-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) + p:not(.privacy-policy-tutorial):not(.wp-policy-help) {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-beta3-47410';
|
||||
$wp_version = '5.4-beta3-47411';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue