diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 5731eb4fbb..36a0715c30 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -389,18 +389,6 @@ a:focus, a:active { color: #5FF23D; } -/* Animated elements */ -.site a, -.more-link .meta-nav, -.post-format-archive-link .meta-nav, -.search-toggle, -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-transition: all 200ms ease-out; - transition: all 200ms ease-out; -} /* Alignment */ .alignleft { @@ -1083,10 +1071,6 @@ footer.entry-meta .entry-title a:hover { width: auto; height: auto; } -.site .tag-links a { - -webkit-transition: all 0ms ease-out; - transition: all 0ms ease-out; -} .tag-links a { background-color: #767676; border-radius: 0 2px 2px 0;