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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.css

Issue 2689163002: Remove webkit prefixes for CSS Animation in chrome/ styles (Closed)
Patch Set: rebase Created 3 years, 10 months 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
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 5a46ea382eb49163a76c04d40564517c58e6e329..ab2bf92572f729a1158ddf8bc52849329e09cbc5 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -136,7 +136,7 @@ html[dir=rtl] #cursor {
right: 9px;
}
-@-webkit-keyframes blink {
+@keyframes blink {
0% {
opacity: 1;
}
@@ -155,7 +155,7 @@ body.fakebox-drag-focused #cursor {
}
body.fakebox-focused #cursor {
- -webkit-animation: blink 1.3s step-end infinite;
+ animation: blink 1.3s step-end infinite;
visibility: inherit;
}
« no previous file with comments | « chrome/browser/resources/hotword_audio_verification/style.css ('k') | chrome/browser/resources/ntp4/tile_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698