[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:29:52 UTC 2026


#64650: The button is not displayed because CSS variables are not set.
--------------------------+------------------------
 Reporter:  nendeb55      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:  trunk
 Severity:  critical      |  Resolution:  duplicate
 Keywords:                |     Focuses:  css
--------------------------+------------------------
Changes (by sabernhardt):

 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Old description:

> 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

New description:

 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

--

Comment:

 #64640 is already tracking the CSS variable issue on login and upgrade
 screens.

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


More information about the wp-trac mailing list