Skip to content
Snippets Groups Projects
Verified Commit 8be8c554 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

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

bug 41526: make tor connection cancel button grey
parent 027bba45
Branches
Tags
1 merge request!608Bug 41688: Rebased stable to 102.10 ESR
......@@ -136,6 +136,13 @@ button {
fill: white;
}
#cancelButton {
color: var(--in-content-button-text-color);
border: 1px solid var(--in-content-button-border-color);
border-radius: 4px;
background-color: var(--in-content-button-background);
}
#locationDropdownLabel {
margin-block: auto;
margin-inline: 4px;
......
......
......@@ -517,9 +517,6 @@ class AboutTorConnect {
this.hide(this.elements.viewLogButton);
}
this.show(this.elements.cancelButton, true);
if (state.StateChanged) {
this.elements.cancelButton.focus();
}
}
showOffline(error) {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment