Make WordPress Core

Changeset 25753


Ignore:
Timestamp:
10/10/2013 03:30:11 AM (10 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove CSS transitions, props iamtakashi. Fixes #25553.

File:
1 edited

Legend:

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

    r25749 r25753  
    389389a:active {
    390390    color: #5FF23D;
    391 }
    392 /* Animated elements */
    393 .site a,
    394 .more-link .meta-nav,
    395 .post-format-archive-link .meta-nav,
    396 .search-toggle,
    397 button,
    398 html input[type="button"],
    399 input[type="reset"],
    400 input[type="submit"] {
    401     -webkit-transition: all 200ms ease-out;
    402     transition:         all 200ms ease-out;
    403391}
    404392
     
    10841072    height: auto;
    10851073}
    1086 .site .tag-links a {
    1087     -webkit-transition: all 0ms ease-out;
    1088     transition:         all 0ms ease-out;
    1089 }
    10901074.tag-links a {
    10911075    background-color: #767676;
Note: See TracChangeset for help on using the changeset viewer.