| 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 {
|
|
|