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

Unified Diff: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html

Issue 2103233002: Visual polishing of the MD Clear Browsing Data dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Visual polishing done. Created 4 years, 6 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
« no previous file with comments | « chrome/browser/resources/settings/settings_root_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
index 82057a43d1b544fe1b3737545093ff793e4f57f6..e11d2d7c978a823aeaa749900d12551ca783961e 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -23,7 +23,7 @@
.title-container {
align-items: center;
/* TODO(dbeam): should this be a --settings-separator-line? */
Dan Beam 2016/06/28 20:40:25 this TODO was written when this code lived in: chr
msramek 2016/06/29 11:32:22 Acknowledged.
- border-bottom: 1px solid rgba(0, 0, 0, 0.14);
+ border-bottom: var(--settings-dialog-title-border);
Dan Beam 2016/06/28 20:39:44 this should not reference settings
msramek 2016/06/29 11:32:22 Makes sense. I'll just use the exact color for now
display: flex;
min-height: 52px;
}
« no previous file with comments | « chrome/browser/resources/settings/settings_root_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698