Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: chrome/browser/resources/print_preview/common/search_bubble.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: CSSOM Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698