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

git-svn-id: https://develop.svn.wordpress.org/trunk@25753 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-10-10 03:30:11 +00:00
parent f0571c02b7
commit b36e73407e
1 changed files with 0 additions and 16 deletions

View File

@ -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;