[tbb-commits] [tor-browser] branch tor-browser-102.4.0esr-12.0-2 updated: fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

gitolite role git at cupani.torproject.org
Tue Nov 8 16:42:05 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-2
in repository tor-browser.

The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-2 by this push:
     new ad3983f0394a fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
ad3983f0394a is described below

commit ad3983f0394a9a1d979f56ecd57db29758903efb
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Tue Nov 8 15:03:37 2022 +0100

    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    Bug 41437: Use the new media query for dark theme for the "Connected"
    pill in bridges
---
 browser/components/torpreferences/content/torPreferences.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/torpreferences/content/torPreferences.css b/browser/components/torpreferences/content/torPreferences.css
index 03d996ed577b..ec709a5823c1 100644
--- a/browser/components/torpreferences/content/torPreferences.css
+++ b/browser/components/torpreferences/content/torPreferences.css
@@ -284,7 +284,7 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before {
   color: var(--purple-60);
 }
 
- at media (-moz-toolbar-prefers-color-scheme: dark) {
+ at media (prefers-color-scheme: dark) {
   .torPreferences-bridgeCard-connectedBadge {
     color: var(--purple-30);
   }

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


More information about the tbb-commits mailing list