Make WordPress Core

Ticket #25054: 25054.taglinks.diff

File 25054.taglinks.diff, 643 bytes (added by sabreuse, 12 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    12871287        position: relative;
    12881288        text-transform: uppercase;
    12891289}
    1290 .tag-links a:hover {
     1290.tag-links a:hover,
     1291.tag-links a:focus {
    12911292        background-color: #2b2b2b;
    12921293        color: #fff;
    12931294        text-decoration: none;
     
    13121313                left: -1.0rem;
    13131314        }
    13141315}
    1315 .tag-links a:hover:before {
     1316.tag-links a:hover:before,
     1317.tag-links a:focus:before {
    13161318        border-right-color: #2b2b2b;
    13171319}
    13181320.tag-links a:after {