| Index: chrome/browser/resources/options/password_manager_list.css
|
| diff --git a/chrome/browser/resources/options/password_manager_list.css b/chrome/browser/resources/options/password_manager_list.css
|
| index 43f7d607304d0efb3d9caaa7dc86871070b72a8a..01f5dde9cd89754dbf21a272d999ecaebc4cb891 100644
|
| --- a/chrome/browser/resources/options/password_manager_list.css
|
| +++ b/chrome/browser/resources/options/password_manager_list.css
|
| @@ -3,7 +3,6 @@
|
| * found in the LICENSE file. */
|
|
|
| #saved-passwords-list .list-inline-button {
|
| - -webkit-transition: opacity 150ms;
|
| background: rgb(138, 170, 237);
|
| font-size: 0.9em;
|
| height: 18px;
|
| @@ -12,6 +11,7 @@
|
| padding: 0 2px;
|
| position: absolute;
|
| top: 3px;
|
| + transition: opacity 150ms;
|
| }
|
|
|
| html[dir='ltr'] #saved-passwords-list .list-inline-button {
|
|
|