Make WordPress Core

Ticket #26358: 26358.diff

File 26358.diff, 2.9 KB (added by iamtakashi, 12 years ago)

Narrow down the scope for tag-links style.

  • wp-content/themes/twentyfourteen/css/ie.css

     
    936936        margin: 0 auto;
    937937}
    938938
    939 .ie7 .tag-links a {
     939.ie7 .entry-meta .tag-links a {
    940940        margin-left: 0;
    941941}
    942942
     
    11591159        left: auto;
    11601160}
    11611161
    1162 .ie8 .rtl .tag-links a:before {
     1162.ie8 .rtl .entry-meta .tag-links a:before {
    11631163        right: -8px;
    11641164}
    11651165
     
    13031303        margin: -24px auto 0;
    13041304}
    13051305
    1306 .ie7 .rtl .tag-links a {
     1306.ie7 .rtl .entry-meta .tag-links a {
    13071307        margin-right: 0;
    13081308        margin-left: auto;
    13091309}
  • wp-content/themes/twentyfourteen/inc/customizer.php

     
    279279                        border-color: ' . $accent_mid . ';
    280280                }
    281281
    282                 .tag-links a:hover:before {
     282                .entry-meta .tag-links a:hover:before {
    283283                        border-right-color: ' . $accent_mid . ';
    284284                }
    285285
  • wp-content/themes/twentyfourteen/rtl.css

     
    128128 * -----------------------------------------------------------------------------
    129129 */
    130130
    131 .tag-links a {
     131.entry-meta .tag-links a {
    132132        margin: 0 10px 4px 4px;
    133133}
    134134
    135 .tag-links a:before {
     135.entry-meta .tag-links a:before {
    136136        border-right: 0;
    137137        border-left: 8px solid #767676;
    138138        right: -7px;
    139139        left: auto;
    140140}
    141141
    142 .tag-links a:hover:before,
    143 .tag-links a:focus:before {
     142.entry-meta .tag-links a:hover:before,
     143.entry-meta .tag-links a:focus:before {
    144144        border-left-color: #41a62a;
    145145}
    146146
    147 .tag-links a:after {
     147.entry-meta .tag-links a:after {
    148148        right: -2px;
    149149        left: auto;
    150150}
  • wp-content/themes/twentyfourteen/style.css

     
    11441144
    11451145/* Tag links style */
    11461146
    1147 .tag-links a {
     1147.entry-meta .tag-links a {
    11481148        background-color: #767676;
    11491149        border-radius: 0 2px 2px 0;
    11501150        color: #fff;
     
    11631163        color: #fff;
    11641164}
    11651165
    1166 .tag-links a:before {
     1166.entry-meta .tag-links a:before {
    11671167        border-top: 10px solid transparent;
    11681168        border-right: 8px solid #767676;
    11691169        border-bottom: 10px solid transparent;
     
    11751175        width: 0;
    11761176}
    11771177
    1178 .tag-links a:hover:before {
     1178.entry-meta .tag-links a:hover:before {
    11791179        border-right-color: #41a62a;
    11801180}
    11811181
    1182 .tag-links a:after {
     1182.entry-meta .tag-links a:after {
    11831183        background-color: #fff;
    11841184        border-radius: 50%;
    11851185        content: "";
     
    40194019                margin: 24px auto;
    40204020        }
    40214021
    4022         .tag-links a {
     4022        .entry-meta .tag-links a {
    40234023                color: #fff;
    40244024        }
    40254025