Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_dialog.html |
| diff --git a/chrome/browser/resources/settings/settings_dialog.html b/chrome/browser/resources/settings/settings_dialog.html |
| index 3c47fa1f9066614dca17736c0ae3bb79836b3102..5ceb75de471c71e8b778de9a22fc6d4dce702b15 100644 |
| --- a/chrome/browser/resources/settings/settings_dialog.html |
| +++ b/chrome/browser/resources/settings/settings_dialog.html |
| @@ -68,6 +68,9 @@ |
| :host ::content .button-container .cancel-button { |
| -webkit-margin-end: 8px; |
| color: var(--paper-grey-600); |
| + } |
| + |
| + :host ::content .button-container .cancel-button:not(.keyboard-focus) { |
|
Dan Beam
2016/05/03 19:06:27
i don't think .keyboard-focus is part of the publi
|
| font-weight: 500; |
| } |