Make WordPress Core


Ignore:
Timestamp:
08/11/2026 10:52:34 PM (12 hours ago)
Author:
joedolson
Message:

Toolbar: Inconsistent text hover color for top-level nodes.

Follow up to [63009]. Original commit removed a :not(.mobile) qualifier from the :hover rule, but not from the default state rule.

Remove the default rule as well, so colors are handled consistently.

Props fushar, khokansardar, madhavishah01, wildworks, afercia, joedolson.
Fixes #65848.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/admin-bar.css

    r63009 r63188  
    232232}
    233233
    234 #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
     234#wpadminbar > #wp-toolbar li:hover span.ab-label,
    235235#wpadminbar > #wp-toolbar li.hover span.ab-label,
    236236/* The adminbar menu may output either links or focusable div elements. */
Note: See TracChangeset for help on using the changeset viewer.