From 7a03adbb52799ece7d3fe00b3544ac6c22f58976 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 10 Oct 2013 03:31:09 +0000 Subject: [PATCH] Twenty Fourteen: remove CSS transitions, props iamtakashi. Fixes #25553. Built from https://develop.svn.wordpress.org/trunk@25753 git-svn-id: http://core.svn.wordpress.org/trunk@25666 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/style.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 5731eb4fbb..36a0715c30 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/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;