| Index: chrome/browser/resources/print_preview/common/search_bubble.css
|
| diff --git a/chrome/browser/resources/print_preview/common/search_bubble.css b/chrome/browser/resources/print_preview/common/search_bubble.css
|
| index 06288b9d1df586c3d4659505d35f0874c3dc264a..770f37b371509bf3d11f1e3998a048f6229733a3 100644
|
| --- a/chrome/browser/resources/print_preview/common/search_bubble.css
|
| +++ b/chrome/browser/resources/print_preview/common/search_bubble.css
|
| @@ -40,7 +40,6 @@
|
|
|
| /* Provides the arrow which points at the anchor element. */
|
| .search-bubble-innards::after {
|
| - -webkit-transform: rotate(45deg);
|
| background: linear-gradient(-45deg, rgb(251, 255, 181),
|
| rgb(255, 248, 172) 50%,
|
| rgba(255, 248, 172, 0));
|
| @@ -52,6 +51,7 @@
|
| left: 53px;
|
| position: absolute;
|
| top: -7px;
|
| + transform: rotate(45deg);
|
| width: 12px;
|
| z-index: -1;
|
| }
|
|
|