
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/3944afd9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3944afd9... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
morgan (@morgan)