Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: sky/tools/third_party/PrettyPatch/PrettyPatch.rb

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: patch for landing Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/animation/basic-transition-expected.txt ('k') | sky/viewer/internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/third_party/PrettyPatch/PrettyPatch.rb
diff --git a/sky/tools/third_party/PrettyPatch/PrettyPatch.rb b/sky/tools/third_party/PrettyPatch/PrettyPatch.rb
index f5d80babb734448a9bb06e702fbaebe6702f2177..ee3543eecbdd14ca742a830904da9e430e610efb 100644
--- a/sky/tools/third_party/PrettyPatch/PrettyPatch.rb
+++ b/sky/tools/third_party/PrettyPatch/PrettyPatch.rb
@@ -324,7 +324,7 @@ h1 :hover {
}
.overallComments .open {
- -webkit-transition: height .2s;
+ transition: height .2s;
height: 4em;
}
@@ -407,7 +407,7 @@ h1 :hover {
font-family: sans-serif;
font-size: small;
font-style: normal;
- -webkit-transition: opacity 0.5s;
+ transition: opacity 0.5s;
}
.LinkContainer a {
@@ -487,7 +487,7 @@ div:focus {
padding: 0 3px;
outline: 1px solid #DDD;
color: #8FDF5F;
- font-size: small;
+ font-size: small;
background-color: #EEE;
}
« no previous file with comments | « sky/tests/animation/basic-transition-expected.txt ('k') | sky/viewer/internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698