[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.5-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 28b9d8f1
    by Dan Ballard at 2023-03-15T13:36:18-05:00
    fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
    
    bug 41526: make tor connection cancel button grey
    

2 changed files:

Changes:

  • browser/components/torconnect/content/aboutTorConnect.css
    ... ... @@ -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;
    

  • browser/components/torconnect/content/aboutTorConnect.js
    ... ... @@ -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) {
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits