Bug 1386536 - Remove the divider of the "Search Results" header because we would like to make it as a level 1 header in visual refresh work. draft
authorEvan Tseng <evan@tseng.io>
Thu, 03 Aug 2017 11:35:18 +0800
changeset 620132 0dc43ba82d4771b7d9babfe6b7c43b112a09e8c7
parent 620112 d942ef54fdf726840a698d2ddcaf989d2c00edbc
child 640592 22d8cee9446f34cffe0dc0302a7fd187209cddc5
push id71924
push userbmo:evan@tseng.io
push dateThu, 03 Aug 2017 03:36:06 +0000
bugs1386536
milestone57.0a1
Bug 1386536 - Remove the divider of the "Search Results" header because we would like to make it as a level 1 header in visual refresh work. MozReview-Commit-ID: xXz1DbrwaD
browser/components/preferences/in-content-new/searchResults.xul
--- a/browser/components/preferences/in-content-new/searchResults.xul
+++ b/browser/components/preferences/in-content-new/searchResults.xul
@@ -1,16 +1,16 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this file,
    - You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
 <stringbundle id="searchResultBundle" src="chrome://browser/locale/preferences/preferences.properties"/>
 
 <hbox id="header-searchResults"
-      class="header"
+      class="subCategory"
       hidden="true"
       data-category="paneSearchResults">
   <label class="header-name" flex="1">&paneSearchResults.title;</label>
 </hbox>
 
 <groupbox class="no-results-message" align="start" data-category="paneSearchResults" hidden="true">
   <label id="sorry-message"></label>
   <label id="need-help"></label>