Skip to content
Snippets Groups Projects
Commit 3944afd9 authored by henry's avatar henry Committed by morgan
Browse files

fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

Bug 43066: Ensure the about:torconnect title icon changes.
parent d45ef470
No related branches found
1 merge request!1113Ensure the about:torconnect title icon changes
Pipeline #196307 passed
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment