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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-styles/classes/global.html

Issue 1633603004: Add script to remove prefixed CSS from third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Process CSS files too. Created 4 years, 11 months 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: third_party/polymer/v1_0/components-chromium/paper-styles/classes/global.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/classes/global.html b/third_party/polymer/v1_0/components-chromium/paper-styles/classes/global.html
index 6f0d5ddee1e52b19dd99756b99b35ee3ed77d5b1..f99cd13fb67840de4ccc1b401d7b4e05d1d64e49 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/classes/global.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-styles/classes/global.html
@@ -25,7 +25,6 @@ eventually avoid it.
/* [paper-font] */
body {
font-family: 'Roboto', 'Noto', sans-serif;
- -webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
}
/* [paper-font=display2] */

Powered by Google App Engine
This is Rietveld 408576698