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..0f202b68efcce82ea58cdcf138a9860a479a74ef 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-for-search) { |
|
Dan Beam
2016/08/09 22:01:38
can we maybe make this a property and use reflectT
dpapad
2016/08/09 23:03:02
What would be the benefit? Current approach is nat
Dan Beam
2016/08/09 23:05:01
classes set from external code are overly tightly
dpapad
2016/08/09 23:30:29
Changed to attribute.
|
| + display: none; |
| + } |
| </style> |
| <div id="header"> |
| <div class="title">{{pageTitle}}</div> |