Ticket #35142: 35142.patch
File 35142.patch, 1.7 KB (added by , 9 years ago) |
---|
-
src/wp-includes/css/wp-auth-check.css
87 87 88 88 #wp-auth-check-wrap .wp-auth-check-close { 89 89 position: absolute; 90 top: 8px;91 right: 8px;90 top: 5px; 91 right: 5px; 92 92 height: 22px; 93 93 width: 22px; 94 c ursor: pointer;94 color: #72777c; 95 95 } 96 96 97 97 #wp-auth-check-wrap .wp-auth-check-close:before { 98 98 content: "\f158"; 99 display: block !important; 100 font: normal 20px/1 dashicons; 99 font: normal 20px/22px dashicons; 101 100 speak: none; 102 height: 22px;103 margin: 2px 0;104 text-align: center;105 width: 22px;106 color: #777;107 101 -webkit-font-smoothing: antialiased !important; 108 102 -moz-osx-font-smoothing: grayscale; 109 103 } 110 104 111 #wp-auth-check-wrap .wp-auth-check-close:hover:before { 105 #wp-auth-check-wrap .wp-auth-check-close:hover, 106 #wp-auth-check-wrap .wp-auth-check-close:focus { 112 107 color: #0073aa; 113 108 } 114 109 115 #wp-auth-check-wrap .wp-auth-check-close:focus {116 outline: 1px dotted #82878c;117 }118 119 110 #wp-auth-check-wrap .wp-auth-fallback-expired { 120 111 outline: 0; 121 112 } -
src/wp-includes/functions.php
4934 4934 <div id="wp-auth-check-wrap" class="<?php echo $wrap_class; ?>"> 4935 4935 <div id="wp-auth-check-bg"></div> 4936 4936 <div id="wp-auth-check"> 4937 < div class="wp-auth-check-close" tabindex="0" title="<?php esc_attr_e('Close'); ?>"></div>4937 <button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text"><?php _e( 'Close dialog' ); ?></span></button> 4938 4938 <?php 4939 4939 4940 4940 if ( $same_domain ) {