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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.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.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index a92b1afb17580686cd4ffe92855857ca6d713bce..5735581efb911d8e1b5284b4577033f1e4085393 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3748,12 +3748,7 @@ iron-selector > a.iron-selected {
</dom-module>
</div><dom-module id="history-app" css-build="shadow">
<template>
-
- <style scope="history-app">history-toolbar {
- background: var(--md-toolbar-color);
-}
-
-[hidden] {
+ <style scope="history-app">[hidden] {
display: none !important;
}
@@ -3841,6 +3836,10 @@ button.more-vert-button div {
overflow: hidden;
}
+history-toolbar {
+ background: var(--md-toolbar-color);
+}
+
#main-container {
height: calc(100% - var(--toolbar-height));
position: relative;

Powered by Google App Engine
This is Rietveld 408576698