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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-152.0a1-16.0-2] 2 commits: fixup! TB 30237: Add v3 onion services client authentication prompt



Title: GitLab

morgan pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • f861b51e
    by Henry Wilkes at 2026-06-09T12:46:49+00:00
    fixup! TB 30237: Add v3 onion services client authentication prompt
    
    TB 44888: Use button opacity CSS variable.
    
  • 5f27d879
    by Henry Wilkes at 2026-06-09T12:46:49+00:00
    fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    TB 44888: Use button opacity CSS variable.
    

2 changed files:

Changes:

  • browser/components/onionservices/content/authPreferences.css
    ... ... @@ -30,8 +30,7 @@
    30 30
      * TODO: Replace with moz-button when it handles this for us. See
    
    31 31
      * tor-browser#43275. */
    
    32 32
     button.spoof-button-disabled {
    
    33
    -  /* Borrow the :disabled rule from common-shared.css */
    
    34
    -  opacity: 0.4;
    
    33
    +  opacity: var(--button-opacity-disabled);
    
    35 34
       /* Also ensure it does not get hover or active styling. */
    
    36 35
       pointer-events: none;
    
    37 36
     }

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -9,8 +9,7 @@
    9 9
      * TODO: Replace with moz-button when it handles this for us. See
    
    10 10
      * tor-browser#43275. */
    
    11 11
     button.spoof-button-disabled {
    
    12
    -  /* Borrow the :disabled rule from common-shared.css */
    
    13
    -  opacity: 0.4;
    
    12
    +  opacity: var(--button-opacity-disabled);
    
    14 13
       /* Also ensure it does not get hover or active styling. */
    
    15 14
       pointer-events: none;
    
    16 15
     }
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx