henry pushed to branch mullvad-browser-147.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/resistfingerprinting/content/letterboxing.css
    ... ... @@ -80,13 +80,9 @@
    80 80
         outline-width: var(--letterboxing-outline-width);
    
    81 81
       }
    
    82 82
     
    
    83
    -  #tabbrowser-tabpanels {
    
    84
    -    /* Override the --tabpanel-background-color.
    
    85
    -     * Also, make sure this remains transparent, otherwise it will overlap the
    
    86
    -     * parent's corner's border-radius due to it's "position: relative" rule. */
    
    87
    -    /* TODO: FIX this for newtab pages. tor-browser#44085 */
    
    88
    -    background: transparent;
    
    89
    -  }
    
    83
    +  /* Override the --tabpanel-background-color. */
    
    84
    +  /* TODO: FIX this for newtab pages. tor-browser#44085 */
    
    85
    +  --tabpanel-background-color: transparent;
    
    90 86
     
    
    91 87
       /* stylelint-disable-next-line media-query-no-invalid */
    
    92 88
       @media -moz-pref("sidebar.revamp") {