| Index: chrome/browser/resources/bookmark_manager/css/bmm.css
|
| diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
|
| index d34d96ec50d84d2527154ec14690c3d6de3b90a9..adef2e44e2158f930f24a47a77ca305d4ba30b79 100644
|
| --- a/chrome/browser/resources/bookmark_manager/css/bmm.css
|
| +++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
|
| @@ -101,7 +101,6 @@ html[dir=rtl] list .url {
|
| }
|
|
|
| list > * > button {
|
| - -webkit-transition: opacity 150ms;
|
| background: #fff no-repeat center center;
|
| border: 1px solid hsl(214, 91%, 85%);
|
| border-radius: 3px;
|
| @@ -112,6 +111,7 @@ list > * > button {
|
| position: absolute;
|
| right: 3px;
|
| top: 1px;
|
| + transition: opacity 150ms;
|
| width: 15px;
|
| }
|
|
|
|
|