[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

morgan (@morgan) git at gitlab.torproject.org
Wed Aug 21 02:54:20 UTC 2024



morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
3944afd9 by Henry Wilkes at 2024-08-21T02:53:48+00:00
fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

Bug 43066: Ensure the about:torconnect title icon changes.

- - - - -


1 changed file:

- toolkit/components/torconnect/content/aboutTorConnect.css


Changes:

=====================================
toolkit/components/torconnect/content/aboutTorConnect.css
=====================================
@@ -273,15 +273,15 @@ body.aboutTorConnect .title {
   padding-block-start: 0;
 }
 
-.title.offline {
+body.aboutTorConnect .title.offline {
   background-image: url("chrome://global/content/torconnect/connection-failure.svg");
 }
 
-.title.assist, .title.final {
+body.aboutTorConnect .title:is(.assist, .final) {
   background-image: url("chrome://global/content/torconnect/tor-connect-broken.svg");
 }
 
-.title.location {
+body.aboutTorConnect .title.location {
   background-image: url("chrome://global/content/torconnect/connection-location.svg");
   stroke: var(--in-content-warning-icon-color);
 }



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3944afd949d6212cf2d83d60ede23ac31a73b37d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3944afd949d6212cf2d83d60ede23ac31a73b37d
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240821/a7078aa7/attachment-0001.htm>


More information about the tor-commits mailing list