Make WordPress Core

Changeset 48376


Ignore:
Timestamp:
07/07/2020 01:45:30 PM (4 years ago)
Author:
youknowriad
Message:

Administration: Fix remove links color.

Fix regression introduced in [48332] where the specificity
of the admin scheme link colors was higher than the remove link colors.

Props afercia.
Fixes #50536.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r48371 r48376  
    4040        color: $link-focus;
    4141    }
     42}
     43
     44.wp-core-ui .button-link-delete {
     45    color: #a00;
     46}
     47
     48.wp-core-ui .button-link-delete:hover,
     49.wp-core-ui .button-link-delete:focus {
     50    color: #dc3232;
    4251}
    4352
Note: See TracChangeset for help on using the changeset viewer.