[wp-trac] [WordPress Trac] #64976: Admin Style: Plugin links change styles on updates on 7.0
WordPress Trac
noreply at wordpress.org
Sun Mar 29 05:31:23 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: Awaiting Review
Component: Administration | Version: trunk
Severity: minor | Keywords: admin-reskin
Focuses: |
----------------------------+-----------------------------
When updating a plugin in 7.0 on the plugins page the plugin links
(Activate, Deactivate etc) change to become underlined, with a slightly
different colour due to the styles below in
[https://github.com/WordPress/WordPress/blob/1545200c50e37d040b13a2a15055be385c1c05c2
/wp-admin/css/common.css#L1476-L1495 wp-admin/css/common.css]
{{{
.notice a,
.error a,
.updated a {
color: var(--wp-admin-theme-color-darker-10);
text-decoration: underline;
}
.notice a:hover,
.error a:hover,
.updated a:hover {
color: var(--wp-admin-theme-color-darker-20);
}
.notice a:focus,
.error a:focus,
.updated a:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-
admin-theme-color);
outline: 2px solid transparent;
border-radius: 2px;
}
}}}
Looking at
[https://github.com/WordPress/WordPress/commit/00a46b6006f530b5c5a6c681e13254cfa3c4701a
this] changelog note the styles might be intended to target the notice
class/section rather than the main plugin row?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64976>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list