Make WordPress Core

Ticket #30108: 30108.2.diff

File 30108.2.diff, 1.8 KB (added by morganestes, 10 years ago)

Remove underline from Genericon-prefixed links on hover and focus.

  • wp-content/themes/twentyfifteen/style.css

     
    11781178        z-index: 100000;
    11791179}
    11801180
     1181a:focus,
     1182a:hover {
     1183        text-decoration: underline;
     1184}
    11811185
     1186.entry-content a:focus,
     1187.entry-content a:hover,
     1188.social-navigation a:focus:before,
     1189.social-navigation a:hover:before,
     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.posted-on a:focus:before,
     1197.posted-on a:hover:before,
     1198.byline a:focus:before,
     1199.byline a:hover:before,
     1200.cat-links span + a:focus:before,
     1201.cat-links span + a:hover:before,
     1202.tags-links span + a:focus:before,
     1203.tags-links span + a:hover:before,
     1204.comments-link a:focus:before,
     1205.comments-link a:hover:before,
     1206.entry-format a:focus:before,
     1207.entry-format a:hover:before,
     1208.edit-link a:focus:before,
     1209.edit-link a:hover:before,
     1210.full-size-link a:focus:before,
     1211.full-size-link a:hover:before,
     1212.pagination .prev:focus:before,
     1213.pagination .prev:focus:before,
     1214.pagination .next:focus:before,
     1215.pagination .next:hover:before,
     1216.image-navigation a:focus:before,
     1217.image-navigation a:hover:before,
     1218.image-navigation a:focus:after,
     1219.image-navigation a:hover:after,
     1220.format-link .entry-title a:focus:after,
     1221.format-link .entry-title a:hover:after,
     1222.entry-content .more-link:focus:after,
     1223.entry-content .more-link:hover:after,
     1224.author-link:focus:after,
     1225.author-link:hover:after {
     1226        text-decoration: none;
     1227        border-bottom: none;
     1228}
     1229
    11821230/**
    11831231 * 8.0 Alignments
    11841232 */