| 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 a2672e15b07c7a2207996260ddee2ba2b33ca53f..55a8de3578901b199a32966495c0d321ce48e4a8 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:
|
|
|