Make WordPress Core

Ticket #42002: 42002.2.patch

File 42002.2.patch, 1.3 KB (added by rishishah, 7 years ago)

Here is the proper patch from src.

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

     
    3131
    3232/* inner 2 column liquid layout */
    3333
     34
     35.menu-contain-title:after {
     36        display: none !important;
     37}
     38.menu-contain-title .widget-title-action {
     39        position: absolute;
     40        top: 0;
     41        right: 0;
     42        border: none;
     43        background: none;
     44}
     45
    3446.inner-sidebar {
    3547        float: right;
    3648        clear: right;
  • src/wp-admin/includes/template.php

     
    11711171                                                <h3 class="accordion-section-title hndle" tabindex="0">
    11721172                                                        <?php echo esc_html( $box['title'] ); ?>
    11731173                                                        <span class="screen-reader-text"><?php _e( 'Press return or enter to open this section' ); ?></span>
     1174                                                        <div class="widget-top widget-title-action">
     1175                                                                <button type="button" class="widget-action hide-if-no-js" aria-expanded="false">
     1176                                                                        <span class="toggle-indicator" aria-hidden="true"></span>
     1177                                                                </button>
     1178                                                        </div>
    11741179                                                </h3>
    11751180                                                <div class="accordion-section-content <?php postbox_classes( $box['id'], $page ); ?>">
    11761181                                                        <div class="inside">