Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_shared_css.html |
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html |
| index 1381c5f166033132646b480c38dd5e361d1d29e2..a2e4c676c2ce1325c49b3e54625226e2770ee35a 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -129,13 +129,17 @@ |
| .action-button { |
| background: var(--google-blue-500); |
| color: white; |
| - font-weight: 500; |
| } |
| .action-button[disabled] { |
| opacity: .25; /* TODO(dbeam): check this value with bettes. */ |
| } |
| + .action-button, |
| + .cancel-button { |
| + font-weight: 500; |
| + } |
| + |
| .list-frame { |
| @apply(--layout-center); |
| -webkit-padding-end: 20px; |