Make WordPress Core

Ticket #30108: 30108.5.diff

File 30108.5.diff, 12.1 KB (added by iamtakashi, 10 years ago)

Add/remove bottom borders to/from links on hover/focus.

  • src/wp-content/themes/twentyfifteen/css/ie.css

     
    538538        padding: 4.5454% 9.0909%;
    539539}
    540540
    541 .posted-on a:before,
    542 .byline a:before,
    543 .cat-links span + a:before,
    544 .tags-links span + a:before,
    545 .comments-link a:before,
    546 .entry-format a:before,
    547 .edit-link a:before,
    548 .full-size-link a:before {
     541.posted-on:before,
     542.byline:before,
     543.cat-links:before,
     544.tags-links:before,
     545.comments-link:before,
     546.entry-format:before,
     547.edit-link:before,
     548.full-size-link:before {
    549549        top: 4px;
    550550}
    551551
     
    649649        padding-left: 5.5em;
    650650}
    651651
    652 .comment-metadata .edit-link a:before,
    653 .pingback .edit-link a:before {
     652.comment-metadata .edit-link:before,
     653.pingback .edit-link:before {
    654654        top: 8px;
    655655}
    656656
  • src/wp-content/themes/twentyfifteen/inc/customizer.php

     
    327327                .entry-summary a,
    328328                .page-content a,
    329329                .comment-content a,
     330                .pingback .comment-body > a,
    330331                .author-description a,
     332                .taxonomy-description a,
     333                .textwidget a,
     334                .entry-footer a:hover,
     335                .entry-footer a:focus,
     336                .comment-metadata a:hover,
     337                .comment-metadata a:focus,
     338                .pingback .edit-link a:hover,
     339                .pingback .edit-link a:focus,
    331340                .comment-list .reply a:hover,
    332                 .comment-list .reply a:focus {
     341                .comment-list .reply a:focus,
     342                .site-info a:hover,
     343                .site-info a:focus {
    333344                        border-color: %4$s;
    334345                }
    335346
     
    367378                .comment-navigation,
    368379                .comment-navigation a,
    369380                .widget,
    370                 .entry-content a:hover,
    371                 .entry-content a:focus,
    372                 .entry-summary a:hover,
    373                 .entry-summary a:focus,
    374                 .page-content a:hover,
    375                 .page-content a:focus,
    376                 .comment-content a:hover,
    377                 .comment-content a:focus,
    378                 .author-description a:hover,
    379                 .author-description a:focus,
    380381                .author-heading,
    381382                .entry-footer,
    382383                .entry-footer a,
     
    386387                .comment-author,
    387388                .comment-metadata,
    388389                .comment-metadata a,
    389                 .pingback .comment-edit-link,
     390                .pingback .edit-link,
     391                .pingback .edit-link a,
    390392                .post-password-form label,
    391393                .comment-form label,
    392394                .comment-notes,
     
    405407
    406408                /* Secondary Text Color */
    407409                blockquote,
    408                 .entry-content a:hover,
    409                 .entry-content a:focus,
    410                 .entry-summary a:hover,
    411                 .entry-summary a:focus,
    412                 .page-content a:hover,
    413                 .page-content a:focus,
    414                 .comment-content a:hover,
    415                 .comment-content a:focus,
    416                 .author-description a:hover,
    417                 .author-description a:focus {
     410                .logged-in-as a:hover,
     411                .logged-in-as a:focus,
     412                .comment-author a:hover,
     413                .comment-author a:focus {
    418414                        border-color: %4$s; /* Fallback for IE7 and IE8 */
    419415                        border-color: %5$s;
    420416                }
  • src/wp-content/themes/twentyfifteen/rtl.css

     
    276276        margin: 0 0 1.6em 1.6em;
    277277}
    278278
    279 .posted-on a:before,
    280 .byline a:before,
    281 .cat-links span + a:before,
    282 .tags-links span + a:before,
    283 .comments-link a:before,
    284 .entry-format a:before,
    285 .edit-link a:before,
    286 .full-size-link a:before {
     279.posted-on:before,
     280.byline:before,
     281.cat-links:before,
     282.tags-links:before,
     283.comments-link:before,
     284.entry-format:before,
     285.edit-link:before,
     286.full-size-link:before {
    287287        margin-right: auto;
    288288        margin-left: 2px;
    289289}
  • src/wp-content/themes/twentyfifteen/style.css

     
    165165.comment-reply-title small a:before,
    166166.comment-navigation .nav-next a:after,
    167167.comment-navigation .nav-previous a:before,
    168 .posted-on a:before,
    169 .byline a:before,
    170 .cat-links span + a:before,
    171 .tags-links span + a:before,
    172 .comments-link a:before,
    173 .entry-format a:before,
    174 .edit-link a:before,
    175 .full-size-link a:before,
     168.posted-on:before,
     169.byline:before,
     170.cat-links:before,
     171.tags-links:before,
     172.comments-link:before,
     173.entry-format:before,
     174.edit-link:before,
     175.full-size-link:before,
    176176.pagination .prev:before,
    177177.pagination .next:before,
    178178.image-navigation a:before,
     
    15041504        opacity: 0.8;
    15051505}
    15061506
    1507 .widget_text > div > :last-child {
     1507.textwidget > :last-child {
    15081508        margin-bottom: 0;
    15091509}
    15101510
     1511.textwidget a {
     1512        border-bottom: 1px solid #333;
     1513}
    15111514
     1515.textwidget a:hover,
     1516.textwidget a:focus {
     1517        border-bottom: 0;
     1518}
     1519
     1520
    15121521/**
    15131522 * 12.0 Content
    15141523 */
     
    17001709.entry-content a,
    17011710.entry-summary a,
    17021711.page-content a,
    1703 .comment-content a {
     1712.comment-content a,
     1713.pingback .comment-body > a {
    17041714        border-bottom: 1px solid #333;
    17051715}
    17061716
     
    17111721.page-content a:hover,
    17121722.page-content a:focus,
    17131723.comment-content a:hover,
    1714 .comment-content a:focus {
    1715         border-color: #707070;
    1716         border-color: rgba(51, 51, 51, 0.7);
    1717         color: #707070;
    1718         color: rgba(51, 51, 51, 0.7);
     1724.comment-content a:focus,
     1725.pingback .comment-body > a:hover,
     1726.pingback .comment-body > a:focus {
     1727        border-bottom: 0;
    17191728}
    17201729
    17211730.entry-content .more-link {
     
    17811790
    17821791.author-description a:hover,
    17831792.author-description a:focus {
    1784         border-color: rgba(51, 51, 51, 0.7);
    1785         color: rgba(51, 51, 51, 0.7);
     1793        border-bottom: 0;
    17861794}
    17871795
    17881796.author-description > :last-child {
     
    18171825
    18181826.entry-footer a:hover,
    18191827.entry-footer a:focus {
     1828        border-bottom: 1px solid #333;
    18201829        color: #333;
    18211830}
    18221831
     
    18351844        display: none;
    18361845}
    18371846
    1838 .sticky .posted-on,
    1839 .sticky .posted-on + .byline:before {
     1847.sticky .posted-on {
    18401848        display: none;
    18411849}
    18421850
    1843 .posted-on a:before,
    1844 .byline a:before,
    1845 .cat-links span + a:before,
    1846 .tags-links span + a:before,
    1847 .comments-link a:before,
    1848 .entry-format a:before,
    1849 .edit-link a:before,
    1850 .full-size-link a:before {
     1851.posted-on:before,
     1852.byline:before,
     1853.cat-links:before,
     1854.tags-links:before,
     1855.comments-link:before,
     1856.entry-format:before,
     1857.edit-link:before,
     1858.full-size-link:before {
    18511859        margin-right: 2px;
    18521860        position: relative;
    18531861}
     
    18621870        margin-right: 1em;
    18631871}
    18641872
    1865 .format-aside .entry-format a:before {
     1873.format-aside .entry-format:before {
    18661874        content: "\f101";
    18671875}
    18681876
    1869 .format-image .entry-format a:before {
     1877.format-image .entry-format:before {
    18701878        content: "\f473";
    18711879}
    18721880
    1873 .format-gallery .entry-format a:before {
     1881.format-gallery .entry-format:before {
    18741882        content: "\f103";
    18751883}
    18761884
    1877 .format-video .entry-format a:before {
     1885.format-video .entry-format:before {
    18781886        content: "\f104";
    18791887}
    18801888
    1881 .format-status .entry-format a:before {
     1889.format-status .entry-format:before {
    18821890        content: "\f105";
    18831891}
    18841892
    1885 .format-quote .entry-format a:before {
     1893.format-quote .entry-format:before {
    18861894        content: "\f106";
    18871895}
    18881896
    1889 .format-link .entry-format a:before {
     1897.format-link .entry-format:before {
    18901898        content: "\f107";
    18911899}
    18921900
    1893 .format-chat .entry-format a:before {
     1901.format-chat .entry-format:before {
    18941902        content: "\f108";
    18951903}
    18961904
    1897 .format-audio .entry-format a:before {
     1905.format-audio .entry-format:before {
    18981906        content: "\f109";
    18991907}
    19001908
    1901 .posted-on a:before {
     1909.posted-on:before {
    19021910        content: "\f307";
    19031911}
    19041912
    1905 .byline a:before {
     1913.byline:before {
    19061914        content: "\f304";
    19071915}
    19081916
    1909 .cat-links span + a:before {
     1917.cat-links:before {
    19101918        content: "\f301";
    19111919}
    19121920
    1913 .tags-links span + a:before {
     1921.tags-links:before {
    19141922        content: "\f302";
    19151923}
    19161924
    1917 .comments-link a:before {
     1925.comments-link:before {
    19181926        content: "\f300";
    19191927}
    19201928
    1921 .full-size-link a:before {
     1929.full-size-link:before {
    19221930        content: "\f402";
    19231931}
    19241932
    1925 .edit-link a:before {
     1933.edit-link:before {
    19261934        content: "\f411";
    19271935}
    19281936
     
    19451953        padding-top: 0.4em;
    19461954}
    19471955
     1956.taxonomy-description a {
     1957        border-bottom: 1px solid #333;
     1958}
     1959
     1960.taxonomy-description a:hover,
     1961.taxonomy-description a:focus {
     1962        border-bottom: 0;
     1963}
     1964
    19481965.taxonomy-description > :last-child {
    19491966        margin-bottom: 0;
    19501967}
     
    21382155        margin-bottom: 0.4em;
    21392156}
    21402157
     2158.comment-author a:hover,
     2159.comment-author a:focus {
     2160        border-bottom: 1px solid #707070;
     2161        border-bottom: 1px solid rgba(51, 51, 51, 0.7);
     2162}
     2163
    21412164.comment-author .avatar {
    21422165        border-radius: 50%;
    21432166        float: left;
     
    21772200.comment-metadata a:focus,
    21782201.pingback .edit-link a:hover,
    21792202.pingback .edit-link a:focus {
     2203        border-bottom: 1px solid #333;
    21802204        color: #333;
    21812205}
    21822206
     
    21922216        margin-left: 1em;
    21932217}
    21942218
    2195 .pingback .edit-link a:before {
     2219.pingback .edit-link:before {
    21962220        top: 5px;
    21972221}
    21982222
     
    22722296        margin-bottom: 2em;
    22732297}
    22742298
     2299.logged-in-as a:hover,
     2300.logged-in-as a:focus {
     2301        border-bottom: 1px solid #333;
     2302}
     2303
    22752304.no-comments {
    22762305        border-top: 1px solid #eaeaea;
    22772306        border-top: 1px solid rgba(51, 51, 51, 0.1);
     
    23372366
    23382367.site-info a:hover,
    23392368.site-info a:focus {
     2369        border-bottom: 1px solid #333;
    23402370        color: #333;
    23412371}
    23422372
     
    31363166                top: 3px;
    31373167        }
    31383168
    3139         .posted-on a:before,
    3140         .byline a:before,
    3141         .cat-links span + a:before,
    3142         .tags-links span + a:before,
    3143         .comments-link a:before,
    3144         .entry-format a:before,
    3145         .edit-link a:before,
    3146         .full-size-link a:before {
     3169        .posted-on:before,
     3170        .byline:before,
     3171        .cat-links:before,
     3172        .tags-links:before,
     3173        .comments-link:before,
     3174        .entry-format:before,
     3175        .edit-link:before,
     3176        .full-size-link:before {
    31473177                top: 3px;
    31483178        }
    31493179
     
    32223252                width: 42px;
    32233253        }
    32243254
    3225         .comment-metadata .edit-link a:before {
     3255        .comment-metadata .edit-link:before {
    32263256                top: 2px;
    32273257        }
    32283258
    3229         .pingback .edit-link a:before {
     3259        .pingback .edit-link:before {
    32303260                top: 6px;
    32313261        }
    32323262
     
    36663696                top: 0;
    36673697        }
    36683698
    3669         .posted-on a:before,
    3670         .byline a:before,
    3671         .cat-links span + a:before,
    3672         .tags-links span + a:before,
    3673         .comments-link a:before,
    3674         .entry-format a:before,
    3675         .edit-link a:before,
    3676         .full-size-link a:before {
     3699        .posted-on:before,
     3700        .byline:before,
     3701        .cat-links:before,
     3702        .tags-links:before,
     3703        .comments-link:before,
     3704        .entry-format:before,
     3705        .edit-link:before,
     3706        .full-size-link:before {
    36773707                top: 4px;
    36783708        }
    36793709
     
    37473777                line-height: 2;
    37483778        }
    37493779
    3750         .comment-metadata .edit-link a:before {
     3780        .comment-metadata .edit-link:before {
    37513781                top: 8px;
    37523782        }
    37533783
    3754         .pingback .edit-link a:before {
     3784        .pingback .edit-link:before {
    37553785                top: 8px;
    37563786        }
    37573787
     
    43124342                padding: 5% 10%;
    43134343        }
    43144344
    4315         .posted-on a:before,
    4316         .byline a:before,
    4317         .cat-links span + a:before,
    4318         .tags-links span + a:before,
    4319         .comments-link a:before,
    4320         .entry-format a:before,
    4321         .edit-link a:before,
    4322         .full-size-link a:before {
     4345        .posted-on:before,
     4346        .byline:before,
     4347        .cat-links:before,
     4348        .tags-links:before,
     4349        .comments-link:before,
     4350        .entry-format:before,
     4351        .edit-link:before,
     4352        .full-size-link:before {
    43234353                top: 0;
    43244354        }
    43254355
     
    44064436                width: 24px;
    44074437        }
    44084438
    4409         .comment-metadata .edit-link a:before {
     4439        .comment-metadata .edit-link:before {
    44104440                top: 3px;
    44114441        }
    44124442
    4413         .pingback .edit-link a:before {
     4443        .pingback .edit-link:before {
    44144444                top: 5px;
    44154445        }
    44164446
     
    48374867                top: 3px;
    48384868        }
    48394869
    4840         .posted-on a:before,
    4841         .byline a:before,
    4842         .cat-links span + a:before,
    4843         .tags-links span + a:before,
    4844         .comments-link a:before,
    4845         .entry-format a:before,
    4846         .edit-link a:before,
    4847         .full-size-link a:before {
     4870        .posted-on:before,
     4871        .byline:before,
     4872        .cat-links:before,
     4873        .tags-links:before,
     4874        .comments-link:before,
     4875        .entry-format:before,
     4876        .edit-link:before,
     4877        .full-size-link:before {
    48484878                top: 3px;
    48494879        }
    48504880
     
    49234953                left: 6px;
    49244954        }
    49254955
    4926         .comment-metadata .edit-link a:before {
     4956        .comment-metadata .edit-link:before {
    49274957                top: 6px;
    49284958        }
    49294959
    4930         .pingback .edit-link a:before {
     4960        .pingback .edit-link:before {
    49314961                top: 6px;
    49324962        }
    49334963
     
    53495379                top: 0;
    53505380        }
    53515381
    5352         .posted-on a:before,
    5353         .byline a:before,
    5354         .cat-links span + a:before,
    5355         .tags-links span + a:before,
    5356         .comments-link a:before,
    5357         .entry-format a:before,
    5358         .edit-link a:before,
    5359         .full-size-link a:before {
     5382        .posted-on:before,
     5383        .byline:before,
     5384        .cat-links:before,
     5385        .tags-links:before,
     5386        .comments-link:before,
     5387        .entry-format:before,
     5388        .edit-link:before,
     5389        .full-size-link:before {
    53605390                top: 4px;
    53615391        }
    53625392
     
    54305460                top: 8px;
    54315461        }
    54325462
    5433         .comment-metadata .edit-link a:before {
     5463        .comment-metadata .edit-link:before {
    54345464                top: 8px;
    54355465        }
    54365466
    5437         .pingback .edit-link a:before {
     5467        .pingback .edit-link:before {
    54385468                top: 8px;
    54395469        }
    54405470