Skip to content

Commit

Permalink
Give username hover the same color as the other text.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Aug 8, 2024
1 parent 3b44dcd commit 7a999b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
opacity: 0.66;
}

#wpadminbar #wp-admin-bar-user-info a:hover .username {
color: var(--wporg-admin-bar--link-color--active);
}

@media screen and (max-width: 782px) {
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
padding-bottom: 6px;
Expand Down

0 comments on commit 7a999b5

Please sign in to comment.