Make WordPress Core

Ticket #24881: 24881.diff

File 24881.diff, 968 bytes (added by celloexpressions, 12 years ago)

Remove unneeded prefixes, unset transitions on more specific elements directly after setting them

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

     
    462462input[type="submit"],
    463463#infinite-handle span {
    464464        -webkit-transition: all 0.2s ease-out;
    465         -moz-transition: all 0.2s ease-out;
    466         -ms-transition: all 0.2s ease-out;
    467         -o-transition: all 0.2s ease-out;
    468465        transition: all 0.2s ease-out;
    469466}
     467#page .tag-links a {
     468        -webkit-transition: all 0s ease-out;
     469        transition: all 0s ease-out;
     470}
    470471
    471472/* Alignment */
    472473.alignleft {
     
    12641265        width: auto;
    12651266        height: auto;
    12661267}
    1267 #page .tag-links a {
    1268         -webkit-transition: all 0s ease-out;
    1269         -moz-transition: all 0s ease-out;
    1270         -ms-transition: all 0s ease-out;
    1271         -o-transition: all 0s ease-out;
    1272         transition: all 0s ease-out;
    1273 }
    12741268.tag-links a {
    12751269        background-color: #8c8c8c;
    12761270        border-radius: 0 2px 2px 0;