Ticket #42002: 42002.2.patch
File 42002.2.patch, 1.3 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/common.css
31 31 32 32 /* inner 2 column liquid layout */ 33 33 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 34 46 .inner-sidebar { 35 47 float: right; 36 48 clear: right; -
src/wp-admin/includes/template.php
1171 1171 <h3 class="accordion-section-title hndle" tabindex="0"> 1172 1172 <?php echo esc_html( $box['title'] ); ?> 1173 1173 <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> 1174 1179 </h3> 1175 1180 <div class="accordion-section-content <?php postbox_classes( $box['id'], $page ); ?>"> 1176 1181 <div class="inside">