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

Unified Diff: chrome/browser/resources/md_history/app.html

Issue 2370653002: MD WebUI: Remove <style no-process> from Polymer (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index 193e713726ac96a67fd8e59c088d9355c325df8c..f640367a40c0f155e64be4e2c0604bf40c31e150 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -15,11 +15,6 @@
<dom-module id="history-app">
<template>
- <style no-process>
- history-toolbar {
- background: var(--md-toolbar-color);
- }
- </style>
<style include="shared-style">
:host {
display: block;
@@ -27,6 +22,10 @@
overflow: hidden;
}
+ history-toolbar {
+ background: var(--md-toolbar-color);
+ }
+
/* Sizing this with flex causes slow load performance, see
* crbug.com/618153. TODO(dbeam): is this still an issue? */
#main-container {

Powered by Google App Engine
This is Rietveld 408576698