Make WordPress Core

Changeset 26545


Ignore:
Timestamp:
12/02/2013 11:14:33 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Twenty Fourteen: use a more specific selector for tag links.

props iamtakashi.
fixes #26358.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/css/ie.css

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

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

    r26249 r26545  
    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;
     
    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;
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26363 r26545  
    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;
     
    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;
     
    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%;
     
    40204020    }
    40214021
    4022     .tag-links a {
     4022    .entry-meta .tag-links a {
    40234023        color: #fff;
    40244024    }
Note: See TracChangeset for help on using the changeset viewer.