Make WordPress Core


Ignore:
Timestamp:
07/27/2020 07:15:55 PM (4 years ago)
Author:
youknowriad
Message:

Administration: Fix the red links on the Media Modal.

The custom link colors for admin scheme colors were overriding the danger color.

Props kebbet, dlh.
Fixes #50547.

File:
1 edited

Legend:

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

    r48376 r48643  
    4242}
    4343
     44.media-modal .delete-attachment,
     45.media-modal .trash-attachment,
     46.media-modal .untrash-attachment,
    4447.wp-core-ui .button-link-delete {
    4548    color: #a00;
    4649}
    4750
     51.media-modal .delete-attachment:hover,
     52.media-modal .trash-attachment:hover,
     53.media-modal .untrash-attachment:hover,
     54.media-modal .delete-attachment:focus,
     55.media-modal .trash-attachment:focus,
     56.media-modal .untrash-attachment:focus,
    4857.wp-core-ui .button-link-delete:hover,
    4958.wp-core-ui .button-link-delete:focus {
Note: See TracChangeset for help on using the changeset viewer.