Administration: Accessibility: Improve color contrast of the Copy buttons success message.

Props sabernhardt.
Fixes #60140.

Built from https://develop.svn.wordpress.org/trunk@57270


git-svn-id: http://core.svn.wordpress.org/trunk@56776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2024-01-11 15:52:14 +00:00
parent 36f543f447
commit 48a4a51b91
17 changed files with 17 additions and 17 deletions

View File

@ -976,7 +976,7 @@ form#tags-filter {
.privacy-settings-accordion-actions .success {
display: none;
color: #008a20;
color: #007017;
padding-left: 1em;
padding-top: 6px;
}

File diff suppressed because one or more lines are too long

View File

@ -975,7 +975,7 @@ form#tags-filter {
.privacy-settings-accordion-actions .success {
display: none;
color: #008a20;
color: #007017;
padding-right: 1em;
padding-top: 6px;
}

File diff suppressed because one or more lines are too long

View File

@ -840,7 +840,7 @@ border color while dragging a file over the uploader drop area */
}
.copy-to-clipboard-container .success {
color: #008a20;
color: #007017;
margin-right: 8px;
}

File diff suppressed because one or more lines are too long

View File

@ -839,7 +839,7 @@ border color while dragging a file over the uploader drop area */
}
.copy-to-clipboard-container .success {
color: #008a20;
color: #007017;
margin-left: 8px;
}

File diff suppressed because one or more lines are too long

View File

@ -217,7 +217,7 @@ are styled in the Privacy section of edit.css */
}
.site-health-copy-buttons .success {
color: #008a20;
color: #007017;
margin-right: 0.5rem;
}

File diff suppressed because one or more lines are too long

View File

@ -216,7 +216,7 @@ are styled in the Privacy section of edit.css */
}
.site-health-copy-buttons .success {
color: #008a20;
color: #007017;
margin-left: 0.5rem;
}

File diff suppressed because one or more lines are too long

View File

@ -474,7 +474,7 @@
min-height: 0;
line-height: 2.18181818;
text-align: right;
color: #008a20;
color: #007017;
}
.compat-item label span {

File diff suppressed because one or more lines are too long

View File

@ -473,7 +473,7 @@
min-height: 0;
line-height: 2.18181818;
text-align: left;
color: #008a20;
color: #007017;
}
.compat-item label span {

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-57269';
$wp_version = '6.5-alpha-57270';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.