Make WordPress Core

Ticket #47117: 47117.2.diff

File 47117.2.diff, 2.4 KB (added by joedolson, 4 years ago)
  • src/wp-admin/css/common.css

     
    30683068
    30693069.js .postbox .handlediv:focus {
    30703070        box-shadow: none;
    3071         outline: none;
     3071        outline: 1px solid transparent;
    30723072}
    30733073
    30743074.js .postbox .handlediv:focus .toggle-indicator:before {
    30753075        box-shadow:
    30763076                0 0 0 1px #5b9dd9,
    30773077                0 0 2px 1px rgba(30, 140, 190, 0.8);
     3078        outline: 1px solid transparent;
    30783079}
    30793080
    30803081/* @todo: appears to be Press This only and overridden */
     
    33953396.sidebar-name:hover .toggle-indicator,
    33963397.accordion-section-title:hover:after {
    33973398        color: #23282d;
     3399        outline: 1px solid transparent;
    33983400}
    33993401
    34003402.widget-top .widget-action:focus .toggle-indicator:before {
     
    34773479}
    34783480
    34793481.accordion-section-title:focus {
    3480         outline: none;
     3482        outline: 1px solid transparent;
    34813483}
    34823484
    34833485.accordion-section-title:hover:after,
  • src/wp-admin/css/customize-controls.css

     
    842842        background: #fff;
    843843        color: #0073aa;
    844844        border-top-color: #0073aa;
    845         outline: none;
     845        outline: 1px solid transparent;
    846846        box-shadow: none;
    847847}
    848848
     
    854854        color: #0073aa;
    855855        background: #f3f3f5;
    856856        border-left-color: #0073aa;
    857         outline: none;
     857        outline: 1px solid transparent;
    858858        box-shadow: none;
    859859}
    860860
  • src/wp-admin/css/customize-nav-menus.css

     
    269269
    270270.customize-screen-options-toggle:focus,
    271271#customize-controls .customize-info .customize-help-toggle:focus {
    272         outline: none;
     272        outline: 1px solid transparent;
    273273}
    274274
    275275.customize-screen-options-toggle:before {
  • src/wp-admin/css/widgets.css

     
    2525        padding: 10px;
    2626        background: none;
    2727        cursor: pointer;
    28         outline: none;
    2928}
    3029
    3130.widget-title h3,
     
    318317
    319318.sidebar-name .handlediv:focus {
    320319        box-shadow: none;
    321         outline: none;
     320        outline: 1px solid transparent;
    322321}
    323322
    324323#widgets-left .sidebar-name .toggle-indicator {