| Index: chrome/browser/resources/options/language_options.css
|
| diff --git a/chrome/browser/resources/options/language_options.css b/chrome/browser/resources/options/language_options.css
|
| index a261805a6f16bca7abe94b61086b7a29620cb11a..414e003ad81dfdbce1bf11af3ef788c86b665604 100644
|
| --- a/chrome/browser/resources/options/language_options.css
|
| +++ b/chrome/browser/resources/options/language_options.css
|
| @@ -165,7 +165,7 @@ html[os=chromeos] #add-language-overlay-page ul {
|
| font-weight: bold;
|
| opacity: 0;
|
| pointer-events: none;
|
| - -webkit-transition: opacity .15s;
|
| + -webkit-transition: opacity 150ms;
|
| z-index: 1;
|
| color: black;
|
| }
|
| @@ -180,7 +180,7 @@ html[os=chromeos] #add-language-overlay-page ul {
|
| #notification.show {
|
| opacity: 1;
|
| pointer-events: all;
|
| - -webkit-transition: opacity 1s;
|
| + -webkit-transition: opacity 1000ms;
|
| }
|
|
|
| #notification .link {
|
|
|