| 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 508259a187bb5fe82d001bc101fe0e84ab26f8f8..20d6ac8a94678da99971824bdfa5aff69ec27b10 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -295,6 +295,12 @@
|
| flex: auto;
|
| }
|
|
|
| + [scrollable] .no-outline {
|
| + background: none;
|
| + outline: none;
|
| + cursor: initial;
|
| + }
|
| +
|
| /* The secondary-action wraps a clickable sub-area of a .settings-box.
|
| * An example is the |sign out| button on the People settings.
|
| * Here is an example with and without a secondary action box:
|
|
|