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 8b4b3825d6db6c3653c0bcacd616e95f4d541224..3c84918a417f67a6c7fba46d77f7add1f0390a41 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -224,10 +224,16 @@ |
| .list-item.list-button { |
| @apply(--settings-actionable); |
| align-items: center; |
| - color: var(--google-blue-500); |
| font-weight: 500; |
| } |
| + .list-item.list-button > [is='action-link'] { |
|
scottchen
2017/01/20 21:18:22
This is to make the focus border the same size as
|
| + min-height: inherit; |
| + display: flex; |
| + align-items: center; |
| + flex: 1; |
| + } |
| + |
| /* A row with two lines of text. Often the lower line will be .secondary. |
| */ |
| .two-line { |