Make WordPress Core

Ticket #61616: patch-61616.patch

File patch-61616.patch, 775 bytes (added by hbhalodia, 12 months ago)

Path for issue - 61616

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

    diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
    index 0dc59c6e6b..7ebda68d02 100644
    a b  
    6363        position: relative;
    6464        float: left;
    6565        z-index: 9990;
     66        outline: 1px solid transparent;
    6667}
    6768
    6869/* side admin menu */
  • src/wp-includes/css/admin-bar.css

    diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css
    index c4e8ba3afa..a36db705d1 100644
    a b html:lang(he-il) .rtl #wpadminbar * { 
    9797        min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
    9898        z-index: 99999;
    9999        background: #1d2327;
     100        outline: 1px solid transparent;
    100101}
    101102
    102103#wpadminbar .ab-sub-wrapper,