Skip to content

Commit

Permalink
Fix document title back and shortcut color contrast. (WordPress#51442)
Browse files Browse the repository at this point in the history
* Fix wayfinder back and shortcut color contrast.

* gray-800
  • Loading branch information
jasmussen authored and sethrubenstein committed Jul 13, 2023
1 parent fe6020e commit f49fa51
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,19 @@
}
}

.edit-site-document-actions__shortcut {
color: $gray-700;
text-align: right;
.edit-site-document-actions__shortcut,
.edit-site-document-actions__back {
color: $gray-800;

&:hover {
color: $gray-700;
.edit-site-document-actions:hover & {
color: $gray-900;
}
}

.edit-site-document-actions__shortcut {
text-align: right;
}

.edit-site-document-actions__back {
min-width: $button-size;
flex-shrink: 0;
Expand Down

0 comments on commit f49fa51

Please sign in to comment.