| Index: chrome/browser/resources/components.css
|
| diff --git a/chrome/browser/resources/components.css b/chrome/browser/resources/components.css
|
| index 3daafe617c918e181b22aa9d674da9efa7ed54a7..c02403c420c3ec9a19d0cb5a38ee2ca60f7c0d1c 100644
|
| --- a/chrome/browser/resources/components.css
|
| +++ b/chrome/browser/resources/components.css
|
| @@ -104,9 +104,9 @@ body.hide-tmi-mode-initial .show-in-tmi-mode {
|
| }
|
|
|
| body.hide-tmi-mode .show-in-tmi-mode {
|
| - -webkit-transition: all 100ms ease-out;
|
| height: 0 !important;
|
| opacity: 0;
|
| + transition: all 100ms ease-out;
|
| }
|
|
|
| body.show-tmi-mode-initial .show-in-tmi-mode {
|
| @@ -114,8 +114,8 @@ body.show-tmi-mode-initial .show-in-tmi-mode {
|
| }
|
|
|
| body.show-tmi-mode .show-in-tmi-mode {
|
| - -webkit-transition: all 100ms ease-in;
|
| opacity: 1;
|
| + transition: all 100ms ease-in;
|
| }
|
|
|
| .wbox-tmi-mode {
|
|
|