[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.9.0esr-12.5-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Mar 15 22:04:36 UTC 2023
Pier Angelo Vendrame pushed to branch tor-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
d41e60a2 by Dan Ballard at 2023-03-15T23:04:02+01:00
fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
bug 41526: make tor connection cancel button grey
- - - - -
2 changed files:
- browser/components/torconnect/content/aboutTorConnect.css
- browser/components/torconnect/content/aboutTorConnect.js
Changes:
=====================================
browser/components/torconnect/content/aboutTorConnect.css
=====================================
@@ -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;
=====================================
browser/components/torconnect/content/aboutTorConnect.js
=====================================
@@ -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) {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d41e60a210e81539032f13833fc2efbc54943ae7
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d41e60a210e81539032f13833fc2efbc54943ae7
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/20230315/1cec7919/attachment-0001.htm>
More information about the tor-commits
mailing list