[tbb-commits] [tor-browser] 03/03: fixup! Bug 40458: Implement .tor.onion aliases

gitolite role git at cupani.torproject.org
Thu Oct 27 13:44:08 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1
in repository tor-browser.

commit 3cb75bc95e49d057afbd0589777fd4e1a0a66cc5
Author: Henry Wilkes <henry at torproject.org>
AuthorDate: Thu Oct 27 12:45:38 2022 +0100

    fixup! Bug 40458: Implement .tor.onion aliases
---
 browser/components/rulesets/content/aboutRulesets.css  | 14 --------------
 browser/components/rulesets/content/aboutRulesets.html |  3 ---
 2 files changed, 17 deletions(-)

diff --git a/browser/components/rulesets/content/aboutRulesets.css b/browser/components/rulesets/content/aboutRulesets.css
index 60b699fe8a02..fc4b66f0e514 100644
--- a/browser/components/rulesets/content/aboutRulesets.css
+++ b/browser/components/rulesets/content/aboutRulesets.css
@@ -303,17 +303,3 @@ label#edit-enable {
   display: flex;
   align-items: center;
 }
-
-/* No rulesets */
-
-#no-rulesets {
-  max-width: 100%;
-  background-image: url(chrome://browser/skin/preferences/no-search-results.svg);
-  background-size: 275px 212px;
-  background-position: center center;
-  background-repeat: no-repeat;
-}
-
-.state-noRulesets #no-rulesets {
-  display: block;
-}
diff --git a/browser/components/rulesets/content/aboutRulesets.html b/browser/components/rulesets/content/aboutRulesets.html
index d5b03435b1e7..65733caac8b8 100644
--- a/browser/components/rulesets/content/aboutRulesets.html
+++ b/browser/components/rulesets/content/aboutRulesets.html
@@ -101,9 +101,6 @@
           </div>
         </form>
       </section>
-
-      <!-- No rulesets -->
-      <section id="no-rulesets"></section>
     </div>
     <script src="chrome://browser/content/rulesets/aboutRulesets.js"></script>
   </body>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list