[wp-trac] [WordPress Trac] #64650: The button is not displayed because CSS variables are not set.
WordPress Trac
noreply at wordpress.org
Mon Feb 16 15:16:24 UTC 2026
#64650: The button is not displayed because CSS variables are not set.
--------------------------+-----------------------------
Reporter: nendeb55 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: critical | Keywords:
Focuses: css |
--------------------------+-----------------------------
wp-login.php login button
It seems "__wp-admin-theme-color" is missing.
Previously
{{{
.wp-core-ui .button-primary {
background: #2271b1;
border-color: #2271b1;
color: #fff;
text-decoration: none;
text-shadow: none;
}
}}}
Currently
{{{
.wp-core-ui .button-primary {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
color: #fff;
text-decoration: none;
text-shadow: none;
}
}}}
WordPress 7.0-alpha-61648
Twenty Twenty-Five v1.4
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64650>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list