Make WordPress Core

Changeset 38536


Ignore:
Timestamp:
09/07/2016 09:51:04 AM (8 years ago)
Author:
afercia
Message:

Widgets: Make the Delete/Remove links red.

For consistency and accessibility, all the UI controls that perform destructive
actions should be red.

Props monikarao, lukecavanagh, patilswapnilv, ibachal.
See #35622.
Fixes #37016.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r38501 r38536  
    827827}
    828828
     829.widget-control-remove,
     830.widget-control-remove:focus,
    829831.row-actions span.delete a,
    830832.row-actions span.trash a,
     
    843845span.required,
    844846.file-error,
    845 .widget-control-remove:hover,
    846847.row-actions .delete a:hover,
    847848.row-actions .trash a:hover,
     
    857858    text-decoration: none;
    858859    border: none;
     860}
     861
     862.widget-control-remove:hover {
     863    color: #f00;
    859864}
    860865
Note: See TracChangeset for help on using the changeset viewer.