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

Unified Diff: chrome/browser/resources/history/history_mobile.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (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/history/history_mobile.css
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
index 2e4bf38f4408f870f30d0184df231c25e3de16c2..446f3ce0c41a526d4461fc759518d21ec2d0e2f1 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -194,8 +194,8 @@ input {
/* Fade out the entry-box, rather than its parent node, so that the dividing
line between entries doesn't fade out. */
.entry.fade-out .entry-box {
- -webkit-transition: opacity 200ms;
opacity: 1;
+ transition: opacity 200ms;
}
.entry.fade-out {

Powered by Google App Engine
This is Rietveld 408576698