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
This commit is contained in:
parent
186a5379e8
commit
7a03adbb52
|
@ -389,18 +389,6 @@ a:focus,
|
||||||
a:active {
|
a:active {
|
||||||
color: #5FF23D;
|
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 */
|
/* Alignment */
|
||||||
.alignleft {
|
.alignleft {
|
||||||
|
@ -1083,10 +1071,6 @@ footer.entry-meta .entry-title a:hover {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.site .tag-links a {
|
|
||||||
-webkit-transition: all 0ms ease-out;
|
|
||||||
transition: all 0ms ease-out;
|
|
||||||
}
|
|
||||||
.tag-links a {
|
.tag-links a {
|
||||||
background-color: #767676;
|
background-color: #767676;
|
||||||
border-radius: 0 2px 2px 0;
|
border-radius: 0 2px 2px 0;
|
||||||
|
|
Loading…
Reference in New Issue