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; |
} |