Make WordPress Core

Ticket #35126: 35126.diff

File 35126.diff, 17.4 KB (added by afercia, 8 years ago)
  • src/wp-admin/css/common.css

     
    244244        line-height: inherit;
    245245}
    246246
     247/* Any change to the default link style must be applied to button-link too. */
    247248a {
    248249        color: #0073aa;
    249250        -webkit-transition-property: border, background, color;
     
    464465        word-wrap: break-word;
    465466}
    466467
    467 .widefat a {
     468.widefat a,
     469.widefat button.button-link {
    468470        text-decoration: none;
    469471}
    470472
     
    12421244}
    12431245
    12441246.wp-filter .button-link.edit-filters {
    1245         color: #0073aa;
    1246         text-decoration: underline;
    12471247        padding: 0 5px;
    12481248        line-height: 28px;
    12491249}
    12501250
    1251 .wp-filter .button-link.edit-filters:hover {
    1252         color: #00a0d2;
    1253 }
    1254 
    1255 .wp-filter .button-link.edit-filters:focus {
    1256         color: #124964;
    1257 }
    1258 
    12591251.filtered-by {
    12601252        display: none;
    12611253        margin: 0;
     
    16071599        color: #66c6e4;
    16081600}
    16091601
    1610 .button.updated-message,
    1611 .notice .button-link {
     1602.button.updated-message {
    16121603        -webkit-transition-property: border, background, color;
    16131604        transition-property: border, background, color;
    16141605        -webkit-transition-duration: .05s;
     
    16171608        transition-timing-function: ease-in-out;
    16181609}
    16191610
    1620 .notice .button-link {
    1621         color: #0073aa;
    1622 }
    1623 
    1624 .notice .button-link:hover,
    1625 .notice .button-link:active {
    1626         color: #00a0d2;
    1627 }
    1628 
    16291611@media aural {
    16301612        .wrap .notice p:before,
    16311613        .button.installing:before,
     
    32783260}
    32793261
    32803262.handlediv,
     3263.postbox .handlediv.button-link,
    32813264.item-edit,
    32823265.sidebar-name-arrow,
    32833266.accordion-section-title:after {
     
    32923275.widget-action:focus,
    32933276.handlediv:hover,
    32943277.handlediv:focus,
     3278.postbox .handlediv.button-link:hover,
     3279.postbox .handlediv.button-link:focus,
    32953280.item-edit:hover,
    32963281.item-edit:focus,
    32973282.sidebar-name:hover .sidebar-name-arrow,
  • src/wp-admin/css/customize-controls.css

     
    762762
    763763.customize-control-dropdown-pages .add-new-toggle {
    764764        margin-left: 1px;
    765         color: #0073aa;
    766765        font-weight: 600;
    767766        line-height: 28px;
    768         text-decoration: underline;
    769767}
    770768
    771 .customize-control-dropdown-pages .add-new-toggle:hover,
    772 .customize-control-dropdown-pages .add-new-toggle:active {
    773         color: #00a0d2;
    774 }
    775 
    776 .customize-control-dropdown-pages .add-new-toggle:focus {
    777         color: #124964;
    778 }
    779 
    780769#customize-preview iframe {
    781770        width: 100%;
    782771        height: 100%;
  • src/wp-admin/css/customize-nav-menus.css

     
    2525        margin-left: 6px;
    2626        vertical-align: middle;
    2727        line-height: 28px;
    28         color: #0073aa;
    29         text-decoration: underline;
    3028}
    3129
    32 .customize-control-nav_menu_location .edit-menu:hover,
    33 .customize-control-nav_menu_location .edit-menu:active {
    34         color: #00a0d2;
    35 }
    36 
    37 .customize-control-nav_menu_location .edit-menu:focus {
    38         color: #124964;
    39 }
    40 
    4130.wp-customizer .menu-item-bar .menu-item-handle,
    4231.wp-customizer .menu-item-settings,
    4332.wp-customizer .menu-item-settings .description-thin {
     
    806795        margin-bottom: 1em;
    807796}
    808797
    809 .menu-delete {
    810         color: #a00;
    811         cursor: pointer;
    812         text-decoration: underline;
    813 }
    814 
    815 .menu-delete:hover,
    816 .menu-delete:focus {
    817         color: #f00;
    818 }
    819 
    820798.menu-item-handle {
    821799        margin-top: -1px;
    822800}
  • src/wp-admin/css/dashboard.css

     
    771771        min-width: 0;
    772772}
    773773
    774 #dashboard-widgets a {
     774#dashboard-widgets a,
     775#dashboard-widgets .button-link {
    775776        text-decoration: none;
    776777}
    777778
  • src/wp-admin/css/edit.css

     
    100100        margin-right: 10px;
    101101        padding: 0;
    102102        font-size: 11px;
    103         text-decoration: underline;
    104         color: #0073aa;
    105103}
    106104
    107105#comment-link-box {
     
    10351033        width: 260px;
    10361034}
    10371035
    1038 .tagcloud-link.button-link {
    1039         color: #0073aa;
    1040         text-decoration: underline;
    1041 }
    1042 
    1043 .tagcloud-link.button-link:hover {
    1044         color: #00a0d2;
    1045 }
    1046 
    1047 .tagcloud-link.button-link:focus {
    1048         color: #124964;
    1049         -webkit-box-shadow:
    1050                 0 0 0 1px #5b9dd9,
    1051                 0 0 2px 1px rgba(30, 140, 190, .8);
    1052         box-shadow:
    1053                 0 0 0 1px #5b9dd9,
    1054                 0 0 2px 1px rgba(30, 140, 190, .8);
    1055 }
    1056 
    10571036#post-body-content .tagsdiv .the-tags {
    10581037        margin: 0 5px;
    10591038}
  • src/wp-admin/css/media.css

     
    10661066        line-height: 1.4;
    10671067}
    10681068
    1069 .imgedit-group-top h3 a, /* Back-compat for pre-4.4 */
    1070 .imgedit-group-top h2 a {
     1069#poststuff .imgedit-group-top .button-link {
    10711070        text-decoration: none;
     1071        color: #23282d;
    10721072}
    10731073
    10741074.imgedit-applyto .imgedit-label {
  • src/wp-admin/css/nav-menus.css

     
    664664.menu-item-settings .field-move .button-link {
    665665        display: none;
    666666        margin: 0 2px;
    667         color: #0073aa;
    668667        font-style: italic;
    669         text-decoration: underline;
    670668}
    671669
    672 .menu-item-settings .field-move .button-link:hover,
    673 .menu-item-settings .field-move .button-link:active {
    674         color: #00a0d2;
    675 }
    676 
    677 .menu-item-settings .field-move .button-link:focus {
    678         color: #124964;
    679         -webkit-box-shadow:
    680                 0 0 0 1px #5b9dd9,
    681                 0 0 2px 1px rgba(30, 140, 190, .8);
    682         box-shadow:
    683                 0 0 0 1px #5b9dd9,
    684                 0 0 2px 1px rgba(30, 140, 190, .8);
    685 }
    686 
    687670.menu-item-edit-active .menu-item-settings {
    688671        display: block;
    689672}
  • src/wp-admin/css/press-this.css

     
    393393        padding: 5px 15px;
    394394        margin: 0;
    395395        width: 100%;
     396        border: 0;
    396397        text-align: left;
    397398        line-height: 2;
     399        background: none;
     400        color: inherit;
     401        text-decoration: none;
     402        outline: none;
     403        -webkit-transition: none;
     404        transition: none;
    398405}
    399406
     407.split-button-body .split-button-option:hover,
     408.split-button-body .split-button-option:active {
     409        color: inherit;
     410}
     411
    400412.is-open .split-button-body {
    401413        display: block;
    402414}
     
    860872        padding: 0;
    861873        text-decoration: none;
    862874        outline: 0;
     875        color: inherit;
    863876}
    864877
     878.press-this .tagcloud-link:hover,
     879.press-this .tagcloud-link:active {
     880        color: inherit;
     881}
     882
    865883.tagcloud-link:focus {
    866884        text-decoration: underline;
    867885}
     
    930948        line-height: 20px;
    931949        padding: 12px 10px 8px;
    932950        color: #0073aa;
     951        text-decoration: none;
     952        -webkit-transition: none;
     953        transition: none;
    933954}
    934955
    935956.press-this .add-cat-toggle:focus {
    936         text-decoration: none;
    937957        color: #00a0d2;
    938958}
    939959
     
    12021222        margin-top: -13px;
    12031223        padding: 0 10px 1px;
    12041224        font-size: 13px;
     1225        text-decoration: none;
     1226        -webkit-transition: none;
     1227        transition: none;
    12051228}
    12061229
    12071230@media (max-width: 320px) {
     
    17641787        margin: 0;
    17651788        padding: 0;
    17661789        border: 0;
    1767         border-right: 1px solid #e5e5e5;
    17681790        -webkit-border-radius: 0;
    17691791        border-radius: 0;
    17701792        background: none;
     
    17761798.insert-media:hover,
    17771799.insert-media:focus,
    17781800.insert-media:active {
    1779         margin: 0;
    1780         background: none;
    1781         border-color: #e5e5e5;
    17821801        color: #23282d;
    17831802}
    17841803
     
    17861805.insert-media:active {
    17871806        outline: 0;
    17881807        color: #00a0d2;
    1789         text-decoration: none;
     1808        -webkit-box-shadow:
     1809                0 0 0 1px #5b9dd9,
     1810                0 0 2px 1px rgba(30, 140, 190, .8);
     1811        box-shadow:
     1812                0 0 0 1px #5b9dd9,
     1813                0 0 2px 1px rgba(30, 140, 190, .8);
    17901814}
    17911815
    17921816.insert-media .dashicons {
     
    20122036.post-options .post-option {
    20132037        display: block;
    20142038        width: 100%;
     2039        margin: 0;
    20152040        padding: 13px 37px 13px 14px;
     2041        border: 0;
    20162042        border-bottom: 1px solid #e5e5e5;
    20172043        text-decoration: none;
    20182044        text-align: left;
     2045        background: none;
    20192046        color: #9ea7af;
    20202047        text-overflow: ellipsis;
    20212048        white-space: nowrap;
     
    20912118        display: block;
    20922119        width: 100%;
    20932120        padding: 13px 14px;
     2121        border: 0;
    20942122        border-bottom: 1px solid #e5e5e5;
     2123        background: none;
    20952124        color: #00a0d2;
    20962125        text-decoration: none;
    20972126        text-align: left;
  • src/wp-admin/includes/class-wp-press-this.php

     
    14451445                        <div class="post-options">
    14461446
    14471447                                <?php if ( $supports_formats ) : ?>
    1448                                         <button type="button" class="button-link post-option">
     1448                                        <button type="button" class="post-option">
    14491449                                                <span class="dashicons dashicons-admin-post"></span>
    14501450                                                <span class="post-option-title"><?php _ex( 'Format', 'post format' ); ?></span>
    14511451                                                <span class="post-option-contents" id="post-option-post-format"><?php echo esc_html( get_post_format_string( $post_format ) ); ?></span>
     
    14541454                                <?php endif; ?>
    14551455
    14561456                                <?php if ( $show_categories ) : ?>
    1457                                         <button type="button" class="button-link post-option">
     1457                                        <button type="button" class="post-option">
    14581458                                                <span class="dashicons dashicons-category"></span>
    14591459                                                <span class="post-option-title"><?php _e( 'Categories' ); ?></span>
    14601460                                                <span class="dashicons post-option-forward"></span>
     
    14621462                                <?php endif; ?>
    14631463
    14641464                                <?php if ( $show_tags ) : ?>
    1465                                         <button type="button" class="button-link post-option">
     1465                                        <button type="button" class="post-option">
    14661466                                                <span class="dashicons dashicons-tag"></span>
    14671467                                                <span class="post-option-title"><?php _e( 'Tags' ); ?></span>
    14681468                                                <span class="dashicons post-option-forward"></span>
     
    14721472
    14731473                        <?php if ( $supports_formats ) : ?>
    14741474                                <div class="setting-modal is-off-screen is-hidden">
    1475                                         <button type="button" class="button-link modal-close">
     1475                                        <button type="button" class="modal-close">
    14761476                                                <span class="dashicons post-option-back"></span>
    14771477                                                <span class="setting-title" aria-hidden="true"><?php _ex( 'Format', 'post format' ); ?></span>
    14781478                                                <span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
     
    14831483
    14841484                        <?php if ( $show_categories ) : ?>
    14851485                                <div class="setting-modal is-off-screen is-hidden">
    1486                                         <button type="button" class="button-link modal-close">
     1486                                        <button type="button" class="modal-close">
    14871487                                                <span class="dashicons post-option-back"></span>
    14881488                                                <span class="setting-title" aria-hidden="true"><?php _e( 'Categories' ); ?></span>
    14891489                                                <span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
     
    14941494
    14951495                        <?php if ( $show_tags ) : ?>
    14961496                                <div class="setting-modal tags is-off-screen is-hidden">
    1497                                         <button type="button" class="button-link modal-close">
     1497                                        <button type="button" class="modal-close">
    14981498                                                <span class="dashicons post-option-back"></span>
    14991499                                                <span class="setting-title" aria-hidden="true"><?php _e( 'Tags' ); ?></span>
    15001500                                                <span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
     
    15071507
    15081508        <div class="press-this-actions">
    15091509                <div class="pressthis-media-buttons">
    1510                         <button type="button" class="insert-media button-link" data-editor="pressthis">
     1510                        <button type="button" class="insert-media" data-editor="pressthis">
    15111511                                <span class="dashicons dashicons-admin-media"></span>
    15121512                                <span class="screen-reader-text"><?php _e( 'Add Media' ); ?></span>
    15131513                        </button>
  • src/wp-includes/css/buttons.css

     
    149149
    150150.wp-core-ui .button.focus,
    151151.wp-core-ui .button:focus,
    152 .wp-core-ui .button-secondary:focus,
    153 .wp-core-ui .button-link:focus {
     152.wp-core-ui .button-secondary:focus {
    154153        border-color: #5b9dd9;
    155154        -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
    156155        box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
     
    210209        background: none;
    211210        outline: none;
    212211        cursor: pointer;
     212        /* Mimics the default link style in common.css */
     213        color: #0073aa;
     214        text-decoration: underline;
     215        -webkit-transition-property: border, background, color;
     216        transition-property: border, background, color;
     217        -webkit-transition-duration: .05s;
     218        transition-duration: .05s;
     219        -webkit-transition-timing-function: ease-in-out;
     220        transition-timing-function: ease-in-out;
    213221}
    214222
     223.wp-core-ui .button-link:hover,
     224.wp-core-ui .button-link:active {
     225        color: #00a0d2;
     226}
     227
    215228.wp-core-ui .button-link:focus {
     229        color: #124964;
     230        -webkit-box-shadow:
     231                0 0 0 1px #5b9dd9,
     232                0 0 2px 1px rgba(30, 140, 190, .8);
     233        box-shadow:
     234                0 0 0 1px #5b9dd9,
     235                0 0 2px 1px rgba(30, 140, 190, .8);
     236}
     237
     238.wp-core-ui .button-link-delete {
     239        color: #a00;
     240}
     241
     242.wp-core-ui .button-link-delete:hover,
     243.wp-core-ui .button-link-delete:focus {
     244        color: #f00;
     245}
     246
     247.ie8 .wp-core-ui .button-link:focus {
    216248        outline: #5b9dd9 solid 1px;
    217249}
    218250
  • src/wp-includes/css/media-views.css

     
    189189        transition: color .1s ease-in-out, background .1s ease-in-out;
    190190}
    191191
     192.media-modal-close.button-link {
     193        text-decoration: none;
     194}
     195
    192196.media-modal-close:active {
    193197        -webkit-box-shadow: none;
    194198        box-shadow: none;
     
    10071011        height: 24px;
    10081012        width: 24px;
    10091013        padding: 0;
     1014        border: 0;
    10101015        position: absolute;
    10111016        z-index: 10;
    10121017        top: 0;
     
    10131018        right: 0;
    10141019        outline: none;
    10151020        background: #eee;
     1021        cursor: pointer;
    10161022        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
    10171023        box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
    10181024}
     
    12501256        position: absolute;
    12511257        top: 0;
    12521258        right: 0;
     1259        -webkit-transition: none;
     1260        transition: none;
    12531261}
    12541262
    12551263.upload-errors .upload-error {
     
    14421450        line-height: 16px;
    14431451        border-right: 1px solid #ddd;
    14441452        color: #0073aa;
     1453        text-decoration: none;
    14451454}
    14461455
    14471456.media-selection .button-link:hover,
     
    19781987        padding: 0;
    19791988        color: #666;
    19801989        text-transform: uppercase;
     1990        text-decoration: none;
    19811991}
    19821992
     1993.image-details .advanced-toggle:hover,
     1994.image-details .advanced-toggle:active {
     1995        color: #666;
     1996}
     1997
    19831998.image-details .advanced-toggle:after {
    19841999        font: normal 20px/1 dashicons;
    19852000        speak: none;
  • src/wp-includes/css/wp-auth-check.css

     
    9292        height: 22px;
    9393        width: 22px;
    9494        color: #72777c;
     95        text-decoration: none;
    9596}
    9697
    9798#wp-auth-check-wrap .wp-auth-check-close:before {
  • src/wp-includes/customize/class-wp-customize-nav-menu-control.php

     
    5757                </button>
    5858                <p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
    5959                <span class="menu-delete-item">
    60                         <button type="button" class="button-link menu-delete">
     60                        <button type="button" class="button-link button-link-delete">
    6161                                <?php _e( 'Delete Menu' ); ?>
    6262                        </button>
    6363                </span>
  • src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php

     
    141141                                </p>
    142142                                <# } #>
    143143
    144                                 <button type="button" class="button-link item-delete submitdelete deletion"><?php _e( 'Remove' ); ?></button>
     144                                <button type="button" class="button-link button-link-delete item-delete submitdelete deletion"><?php _e( 'Remove' ); ?></button>
    145145                                <span class="spinner"></span>
    146146                        </div>
    147147                        <input type="hidden" name="menu-item-db-id[{{ data.menu_item_id }}]" class="menu-item-data-db-id" value="{{ data.menu_item_id }}" />
  • src/wp-includes/js/mediaelement/wp-mediaelement.css

     
    110110        color: #a00;
    111111        font-size: 10px;
    112112        text-transform: uppercase;
     113        text-decoration: none;
    113114}
    114115
    115116.media-embed-details .setting .remove-setting {
  • src/wp-includes/media-template.php

     
    472472                        <# } #>
    473473                </div>
    474474                <# if ( data.buttons.check ) { #>
    475                         <button type="button" class="button-link check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text"><?php _e( 'Deselect' ); ?></span></button>
     475                        <button type="button" class="check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text"><?php _e( 'Deselect' ); ?></span></button>
    476476                <# } #>
    477477                <#
    478478                var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';