| 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 2fad972a8d6d7b4522b869637b79c43d805acca5..e3654ecdd6d967ab35bca4a9a60aea6c57ad50ec 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -230,6 +230,10 @@
|
| min-height: 56px;
|
| }
|
|
|
| + [actionable] {
|
| + @apply(--settings-actionable);
|
| + }
|
| +
|
| /* The lower line of text in a .settings-box.two-line. */
|
| .settings-box .secondary {
|
| @apply(--settings-secondary);
|
|
|