Ticket #25054: 25054.taglinks.diff
File 25054.taglinks.diff, 643 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
1287 1287 position: relative; 1288 1288 text-transform: uppercase; 1289 1289 } 1290 .tag-links a:hover { 1290 .tag-links a:hover, 1291 .tag-links a:focus { 1291 1292 background-color: #2b2b2b; 1292 1293 color: #fff; 1293 1294 text-decoration: none; … … 1312 1313 left: -1.0rem; 1313 1314 } 1314 1315 } 1315 .tag-links a:hover:before { 1316 .tag-links a:hover:before, 1317 .tag-links a:focus:before { 1316 1318 border-right-color: #2b2b2b; 1317 1319 } 1318 1320 .tag-links a:after {