[wp-trac] [WordPress Trac] #64976: Admin Style: Plugin links change styles on updates on 7.0

WordPress Trac noreply at wordpress.org
Tue Mar 31 16:05:17 UTC 2026


#64976: Admin Style: Plugin links change styles on updates on 7.0
----------------------------------------------------+---------------------
 Reporter:  antonynz                                |       Owner:  (none)
     Type:  defect (bug)                            |      Status:  new
 Priority:  normal                                  |   Milestone:  7.0
Component:  Administration                          |     Version:  trunk
 Severity:  minor                                   |  Resolution:
 Keywords:  admin-reskin has-patch has-screenshots  |     Focuses:
----------------------------------------------------+---------------------

Comment (by gaisma22):

 == Patch Testing Report
 Patch Tested: https://github.com/WordPress/wordpress-develop/pull/11390

 === Environment
 - WordPress: 7.0-beta6-62085-src
 - PHP: 8.3.30
 - Server: nginx/1.29.7
 - Database: MySQL 8.4.8
 - Browser: Brave
 - OS: Ubuntu 24.04
 - Theme: Twenty Twenty-Five 1.4
 - MU Plugins: None
 - Plugins: Hello Dolly (downgraded to 1.0.0 to trigger update)

 === Steps Taken
 1. Installed Hello Dolly and downgraded version to
    **`1.0.0`** to trigger an available update.
 2. Ran the update from Plugins > Installed Plugins.
 3. Observed action links (Activate, Delete) under
    the plugin row immediately after update completed.
    **Before patch:** Links showed unexpected underline
    and slightly different color.
 4. Applied **PR #11390** and rebuilt.
 5. Repeated the same update and observed the links.
    **After patch:** No underline. Styling consistent
    before and after the update.

 ✅ Patch is solving the problem

 === Expected Result
 Plugin action links should maintain consistent styling
 after a plugin update with no underline or color change.

 === Additional Notes
 1. Bug confirmed on WordPress 7.0-beta6 - after
    updating Hello Dolly, the Activate and Delete
    links showed an unexpected underline due to the
    broad `.updated a` CSS selector catching the
    plugin row links.
 2. After the patch, `.updated a` is replaced with
    `div.updated a`, limiting the style to notice
    divs only. Plugin row links are no longer affected.


 === Screenshots/Screencast with results
 **Before Patch:**
 [[Image(https://i.ibb.co/RkPdNTgM/before-patch.png)]]

 **After Patch:**
 [[Image(https://i.ibb.co/q34mMXZw/after-patch.png)]]

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64976#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list