| Index: chrome/browser/resources/settings/settings_page/settings_section.html
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_section.html b/chrome/browser/resources/settings/settings_page/settings_section.html
|
| index 5906cf5e666967bb4d56e2617e0e6ed43f0010bd..4025e4900f9255899f023b8cf83240363296ec2b 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_section.html
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.html
|
| @@ -38,6 +38,7 @@
|
| :host(.collapsing) #card,
|
| :host(.expanded) #card {
|
| @apply(--shadow-elevation-4dp);
|
| + border-radius: 0;
|
| /* A stacking context constrains sliding sub-pages to the card. */
|
| z-index: 0;
|
| }
|
|
|