Chromium Code Reviews| 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 d475b15efe6587764b2b2dae6068bfcdb929de96..14ff98e50bc304f3a7b237fad58303745ba996be 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_section.html |
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.html |
| @@ -41,6 +41,10 @@ |
| :host(.expanded.frozen) #card { |
| position: relative; |
| } |
| + |
| + :host([hidden-by-search]) { |
| + display: none; |
| + } |
| </style> |
| <div id="header"> |
| <div class="title">{{pageTitle}}</div> |