Skip to content
Snippets Groups Projects
Commit 28b9d8f1 authored by Dan Ballard's avatar Dan Ballard
Browse files

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

bug 41526: make tor connection cancel button grey
parent 505e43a7
Branches
Tags
1 merge request!586Bug 41526: Make cancel button grey on tor connections pane
......@@ -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