Make WordPress Core

Ticket #31544: 31544.2.diff

File 31544.2.diff, 438 bytes (added by obenland, 8 years ago)
  • src/wp-admin/css/themes.css

     
    820820        font-weight: 700;
    821821}
    822822
     823/* Hide WP Pointers on open modals. */
     824body.modal-open .wp-pointer {
     825        display: none;
     826}
     827
    823828/**
    824829 * Single Theme Mode
    825830 * Displays detailed view inline when a user has no switch capabilities