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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: address comments 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/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index a693334ebef3f99a6db2cb209035604852ed3ed6..408fc0ae2a41b3a3216c2a2fe4a3a3381cda2db7 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -17,6 +17,7 @@
<template>
<style include="shared-style">
:host {
+ color: var(--primary-text-color);
display: block;
height: 100%;
overflow: hidden;
@@ -63,7 +64,7 @@
#drawer-header {
align-items: center;
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
+ border-bottom: 1px solid var(--separator-color);
box-sizing: border-box;
display: flex;
height: var(--toolbar-height);
@@ -71,7 +72,7 @@
h1 {
-webkit-padding-start: 24px;
- color: rgb(66, 66, 66);
+ color: var(--drawer-header-color);
font-size: 123%;
font-weight: 400;
}

Powered by Google App Engine
This is Rietveld 408576698