Make WordPress Core

Ticket #47117: 47117.3.diff

File 47117.3.diff, 2.6 KB (added by Hareesh Pillai, 5 years ago)

Refreshed patch. I've added the transparent outline in this patch.

  • src/wp-admin/css/common.css

     
    30413041
    30423042.js .postbox .handlediv:focus {
    30433043        box-shadow: none;
    3044         outline: none;
     3044        outline: 1px solid transparent;
    30453045}
    30463046
    30473047.js .postbox .handlediv:focus .toggle-indicator:before {
     
    30483048        box-shadow:
    30493049                0 0 0 1px #5b9dd9,
    30503050                0 0 2px 1px rgba(30, 140, 190, 0.8);
     3051        outline: 1px solid transparent;
    30513052}
    30523053
    30533054/* @todo: appears to be Press This only and overridden */
     
    33683369.sidebar-name:hover .toggle-indicator,
    33693370.accordion-section-title:hover:after {
    33703371        color: #23282d;
     3372        outline: 1px solid transparent;
    33713373}
    33723374
    33733375.widget-top .widget-action:focus .toggle-indicator:before {
     
    34503452}
    34513453
    34523454.accordion-section-title:focus {
    3453         outline: none;
     3455        outline: 1px solid transparent;
    34543456}
    34553457
    34563458.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
     
    22122212                color: #0073aa;
    22132213                background: #f3f3f5;
    22142214                border-left-color: #0073aa;
    2215                 outline: none;
     2215                outline: 1px solid transparent;
    22162216                box-shadow: none;
    22172217        }
    22182218
  • 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,
     
    324323
    325324.sidebar-name .handlediv:focus {
    326325        box-shadow: none;
    327         outline: none;
     326        outline: 1px solid transparent;
    328327}
    329328
    330329#widgets-left .sidebar-name .toggle-indicator {