Make WordPress Core

Ticket #26785: 26785.2.patch

File 26785.2.patch, 651 bytes (added by mordauk, 11 years ago)

Disable pointer on disabled buttons

  • wp-includes/css/buttons.css

     
    174174        box-shadow: none !important;
    175175        text-shadow: 0 1px 0 #fff !important;
    176176        cursor: default;
     177        pointer-events: none;
    177178}
    178179
    179180/* ----------------------------------------------------------------------------
     
    230231        box-shadow: none !important;
    231232        text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
    232233        cursor: default;
     234        pointer-events: none;
    233235}
    234236
    235237/* ----------------------------------------------------------------------------