Make WordPress Core

Ticket #30108: 30108.4.diff

File 30108.4.diff, 3.0 KB (added by morganestes, 10 years ago)
  • src/wp-content/themes/twentyfifteen/inc/customizer.php

     
    404404                }
    405405
    406406                /* Secondary Text Color */
    407                 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 {
     407                blockquote {
    418408                        border-color: %4$s; /* Fallback for IE7 and IE8 */
    419409                        border-color: %5$s;
    420410                }
  • src/wp-content/themes/twentyfifteen/style.css

     
    11741174        z-index: 100000;
    11751175}
    11761176
     1177a:focus,
     1178a:hover {
     1179        text-decoration: underline;
     1180}
    11771181
     1182.author-link:focus:after,
     1183.author-link:hover:after,
     1184.byline a:focus:before,
     1185.byline a:hover:before,
     1186.cat-links span + a:focus:before,
     1187.cat-links span + a:hover:before,
     1188.comment-content a:focus,
     1189.comment-content a:hover,
     1190.comment-reply-title small a:focus:before,
     1191.comment-reply-title small a:hover:before,
     1192.comment-navigation .nav-next a:focus:after,
     1193.comment-navigation .nav-next a:hover:after,
     1194.comment-navigation .nav-previous a:focus:before,
     1195.comment-navigation .nav-previous a:hover:before,
     1196.comments-link a:focus:before,
     1197.comments-link a:hover:before,
     1198.entry-content a:focus,
     1199.entry-content a:hover,
     1200.entry-content .more-link:focus:after,
     1201.entry-content .more-link:hover:after,
     1202.entry-format a:focus:before,
     1203.entry-format a:hover:before,
     1204.entry-summary a:focus,
     1205.entry-summary a:hover,
     1206.edit-link a:focus:before,
     1207.edit-link a:hover:before,
     1208.format-link .entry-title a:focus:after,
     1209.format-link .entry-title a:hover:after,
     1210.full-size-link a:focus:before,
     1211.full-size-link a:hover:before,
     1212.image-navigation a:focus:before,
     1213.image-navigation a:hover:before,
     1214.image-navigation a:focus:after,
     1215.image-navigation a:hover:after,
     1216.page-content a:focus,
     1217.page-content a:hover,
     1218.pagination .prev:focus:before,
     1219.pagination .prev:hover:before,
     1220.pagination .next:focus:before,
     1221.pagination .next:hover:before,
     1222.posted-on a:focus:before,
     1223.posted-on a:hover:before,
     1224.social-navigation a:focus:before,
     1225.social-navigation a:hover:before,
     1226.tags-links span + a:focus:before,
     1227.tags-links span + a:hover:before {
     1228        text-decoration: none;
     1229        border-bottom: none;
     1230}
     1231
    11781232/**
    11791233 * 8.0 Alignments
    11801234 */
     
    17121766.page-content a:focus,
    17131767.comment-content a:hover,
    17141768.comment-content a:focus {
    1715         border-color: #707070;
    1716         border-color: rgba(51, 51, 51, 0.7);
    17171769        color: #707070;
    17181770        color: rgba(51, 51, 51, 0.7);
    17191771}
     
    56315683                margin-top: 7.6923%;
    56325684                padding: 3.84615% 0;
    56335685        }
    5634 }
    5635  No newline at end of file
     5686}