Chromium Code Reviews| Index: chrome/browser/resources/md_history/history.html |
| diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html |
| index f6338281027791cce7023cb0efff4ab9b3e1b998..30c43126ff83a0d138fee006d0bf99b7caaf557c 100644 |
| --- a/chrome/browser/resources/md_history/history.html |
| +++ b/chrome/browser/resources/md_history/history.html |
| @@ -5,8 +5,9 @@ |
| <title>$i18n{title}</title> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| + <link rel="import" href="chrome://resources/html/md_shared_styles.html"> |
| - <style> |
| + <style is="custom-style" include="md-shared-styles"> |
|
tsergeant
2016/04/20 06:29:40
This adds a brief flash of white background (about
Dan Beam
2016/04/21 01:42:35
Let's just native props and drop the custom-style
|
| html, |
| body { |
| height: 100%; |
| @@ -14,7 +15,7 @@ |
| } |
| body { |
| - background: #f2f2f2; |
| + background: var(--md-background-color); |
| display: flex; |
| flex-direction: column; |
| min-width: 800px; |