| Index: chrome/browser/resources/print_preview/search/destination_list_item.css
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.css b/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| index c98dc8f97333dc5eb72c37d315f16330fdb8d98d..8f358a55d9dcad483fe5c7e21df238ecfc751940 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| @@ -11,7 +11,7 @@
|
| }
|
|
|
| :not(.moving).destination-list-item {
|
| - -webkit-transition: background-color 150ms;
|
| + transition: background-color 150ms;
|
| }
|
|
|
| .destination-list-item:hover,
|
| @@ -33,10 +33,10 @@
|
|
|
| .destination-list-item-icon {
|
| -webkit-margin-end: 8px;
|
| - -webkit-transition: opacity 150ms;
|
| display: inline-block;
|
| flex: 0 0 auto;
|
| height: 24px;
|
| + transition: opacity 150ms;
|
| vertical-align: middle;
|
| width: 24px;
|
| }
|
|
|