Skip to content

Commit

Permalink
Adminbar: Fix profile menu colors on certain pages (#38650)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupus2k authored Jul 31, 2024
1 parent 381ed02 commit 3c25c06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Adminbar: Fix profile menu colors
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@
position: absolute;
right: 0;

#wp-admin-bar-my-account {
.ab-item {
> .display-name {
color: currentColor;
}
}
}

@media (max-width: 782px) {
#wp-admin-bar-help-center {
display: block !important;
Expand Down

0 comments on commit 3c25c06

Please sign in to comment.