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