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
2 changed files:
- browser/components/torconnect/content/aboutTorConnect.css
- browser/components/torconnect/content/aboutTorConnect.js
Changes:
... | ... | @@ -136,6 +136,13 @@ button { |
136 | 136 | fill: white;
|
137 | 137 | }
|
138 | 138 | |
139 | +#cancelButton {
|
|
140 | + color: var(--in-content-button-text-color);
|
|
141 | + border: 1px solid var(--in-content-button-border-color);
|
|
142 | + border-radius: 4px;
|
|
143 | + background-color: var(--in-content-button-background);
|
|
144 | +}
|
|
145 | + |
|
139 | 146 | #locationDropdownLabel {
|
140 | 147 | margin-block: auto;
|
141 | 148 | margin-inline: 4px;
|
... | ... | @@ -517,9 +517,6 @@ class AboutTorConnect { |
517 | 517 | this.hide(this.elements.viewLogButton);
|
518 | 518 | }
|
519 | 519 | this.show(this.elements.cancelButton, true);
|
520 | - if (state.StateChanged) {
|
|
521 | - this.elements.cancelButton.focus();
|
|
522 | - }
|
|
523 | 520 | }
|
524 | 521 | |
525 | 522 | showOffline(error) {
|