Make WordPress Core

Ticket #34904: 34904.16.diff

File 34904.16.diff, 3.1 KB (added by afercia, 5 years ago)
  • src/wp-admin/css/common.css

     
    272272a:focus .media-icon img,
    273273.wp-person a:focus .gravatar {
    274274        color: #124964;
    275         outline: 1px dotted #555d66;
     275        box-shadow:
     276                0 0 0 1px #5b9dd9,
     277                0 0 2px 1px rgba(30, 140, 190, 0.8);
     278                /* Only visible in Windows High Contrast mode */
     279                outline: 1px solid transparent;
    276280}
    277281
    278282.ie8 a:focus {
     
    280284}
    281285
    282286#adminmenu a:focus {
    283         outline: 1px dotted #555d66;
     287        box-shadow: none;
     288        /* Only visible in Windows High Contrast mode */
     289        outline: 1px solid transparent;
    284290        outline-offset: -1px;
    285291}
    286292
     
    833839}
    834840
    835841.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
    836         outline: 1px dotted #555d66;
     842        box-shadow:
     843                0 0 0 1px #5b9dd9,
     844                0 0 2px 1px rgba(30, 140, 190, 0.8);
    837845}
    838846
    839847.key-labels label {
     
    14291437}
    14301438
    14311439.notice-dismiss:focus {
    1432         outline: 1px dotted #555d66;
     1440        outline: none;
     1441        box-shadow:
     1442                0 0 0 1px #5b9dd9,
     1443                0 0 2px 1px rgba(30, 140, 190, 0.8);
    14331444}
    14341445
    14351446.ie8 .notice-dismiss:focus {
     
    30623073}
    30633074
    30643075.js .postbox .handlediv:focus .toggle-indicator:before {
    3065         outline: 1px dotted #555d66;
     3076        box-shadow:
     3077                0 0 0 1px #5b9dd9,
     3078                0 0 2px 1px rgba(30, 140, 190, 0.8);
    30663079}
    30673080
    30683081/* @todo: appears to be Press This only and overridden */
     
    31573170}
    31583171[role="treeitem"] .folder-label.focus {
    31593172        color: #124964;
    3160         outline: 1px dotted #555d66;
     3173        box-shadow:
     3174                0 0 0 1px #5b9dd9,
     3175                0 0 2px 1px rgba(30, 140, 190, 0.8);
    31613176}
    31623177[role="treeitem"].hover,
    31633178[role="treeitem"] .folder-label.hover {
     
    33843399}
    33853400
    33863401.widget-top .widget-action:focus .toggle-indicator:before {
    3387         outline: 1px dotted #555d66;
     3402        box-shadow:
     3403                0 0 0 1px #5b9dd9,
     3404                0 0 2px 1px rgba(30, 140, 190, 0.8);
    33883405}
    33893406
    33903407.control-section .accordion-section-title:after,
  • src/wp-admin/css/login.css

     
    3232
    3333a:focus {
    3434        color: #124964;
    35         outline: 1px dotted #555d66;
     35        box-shadow:
     36                0 0 0 1px #5b9dd9,
     37                0 0 2px 1px rgba(30, 140, 190, 0.8);
    3638}
    3739
    3840p {
  • src/wp-admin/css/themes.css

     
    176176}
    177177
    178178.theme-browser .theme:focus {
    179         outline: 1px dotted #555d66;
     179        border-color: #5b9dd9;
     180        box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    180181}
    181182
    182183.theme-browser .theme:focus .more-details {
  • src/wp-includes/css/buttons.css

     
    211211
    212212.wp-core-ui .button-link:focus {
    213213        color: #124964;
    214         outline: 1px dotted #555d66;
     214        box-shadow:
     215                0 0 0 1px #5b9dd9,
     216                0 0 2px 1px rgba(30, 140, 190, 0.8);
     217        /* Only visible in Windows High Contrast mode */
     218        outline: 1px solid transparent;
    215219}
    216220
    217221.wp-core-ui .button-link-delete {