Make WordPress Core

Changeset 61869


Ignore:
Timestamp:
03/09/2026 10:04:35 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Admin Reskin: Correct background color for comment count bubbles.

Props r1k0, mukesh27, manishxdp.
Fixes #64829.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r61851 r61869  
    8080.column-comments a.post-com-count-approved:hover .comment-count-approved,
    8181.column-comments a.post-com-count-approved:focus .comment-count-approved {
    82     background: #2271b1;
     82    background: #3858e9;
    8383}
    8484
     
    8787.column-comments a.post-com-count-approved:hover:after,
    8888.column-comments a.post-com-count-approved:focus:after {
    89     border-top-color: #2271b1;
     89    border-top-color: #3858e9;
    9090}
    9191
Note: See TracChangeset for help on using the changeset viewer.