From b36e73407e1dea0557d029e4695f58464109efec Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 10 Oct 2013 03:30:11 +0000 Subject: [PATCH] Twenty Fourteen: remove CSS transitions, props iamtakashi. Fixes #25553. git-svn-id: https://develop.svn.wordpress.org/trunk@25753 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 16 ---------------- 1 file changed, 16 deletions(-) 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;