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

Commits:

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
     }