Skip to content

Commit c827e32

Browse files
committed
Administration: Accessibility: Improve color contrast of the Copy buttons success message.
Props sabernhardt. Fixes #60140. git-svn-id: https://develop.svn.wordpress.org/trunk@57270 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ed88ebb commit c827e32

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/wp-admin/css/edit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ form#tags-filter {
975975

976976
.privacy-settings-accordion-actions .success {
977977
display: none;
978-
color: #008a20;
978+
color: #007017;
979979
padding-right: 1em;
980980
padding-top: 6px;
981981
}

src/wp-admin/css/media.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ border color while dragging a file over the uploader drop area */
839839
}
840840

841841
.copy-to-clipboard-container .success {
842-
color: #008a20;
842+
color: #007017;
843843
margin-left: 8px;
844844
}
845845

src/wp-admin/css/site-health.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ are styled in the Privacy section of edit.css */
216216
}
217217

218218
.site-health-copy-buttons .success {
219-
color: #008a20;
219+
color: #007017;
220220
margin-left: 0.5rem;
221221
}
222222

src/wp-includes/css/media-views.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
min-height: 0;
474474
line-height: 2.18181818;
475475
text-align: left;
476-
color: #008a20;
476+
color: #007017;
477477
}
478478

479479
.compat-item label span {

0 commit comments

Comments
 (0)