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

Unified Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2675493002: MD Settings: Touch up cr-dialog footers (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 59d922a114bfd38b621ad0eaa8b0746147104cb5..afcfbca9ab8c94957c19afb6c4670dfbaeec1d2e 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -94,7 +94,13 @@
width: var(--iron-icon-width);
}
- .footer .settings-box {
+ #disconnectDialog .footer {
+ background-color: transparent;
+ /* TODO(dbeam): should this be a --settings-separator-line? */
+ border-top: 1px solid rgba(0, 0, 0, 0.14);
tommycli 2017/02/01 22:46:38 Spreadsheet calls for 0.12 alpha, but this seems l
Dan Beam 2017/02/02 00:31:05 aight, maybe --divider-color too
+ }
+
+ #disconnectDialog .footer .settings-box {
--settings-box-row-padding: 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698