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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: fixnit 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/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 87bc8b16a5b8da1b3dfd793cbdea24a6181aeca3..cbbd233ae4b9273ccacc12bc799c8ca9062e121b 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -16,7 +16,6 @@
<template>
<style include="shared-style">
:host {
- --checked-color: rgb(68, 136, 255);
display: block;
outline: none;
pointer-events: none;
@@ -81,7 +80,7 @@
}
:host([selected]) #checkbox {
- color: var(--checked-color);
+ color: var(--interactive-color);
}
#checkmark {
@@ -109,8 +108,8 @@
}
:host([selected]) #checkmark {
- background: var(--checked-color);
- border-color: var(--checked-color);
+ background: var(--interactive-color);
+ border-color: var(--interactive-color);
}
:host([selected]) #checkmark::after {
@@ -121,7 +120,7 @@
}
#time-accessed {
- color: #646464;
+ color: var(--history-item-time-color);
min-width: 96px;
}
@@ -142,7 +141,7 @@
}
#bookmark-star {
- color: var(--checked-color);
+ color: var(--interactive-color);
height: 32px;
width: 32px;
}
« no previous file with comments | « chrome/browser/resources/md_history/history.html ('k') | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698