Commit 9be37de3 authored by henry's avatar henry Committed by Dan Ballard
Browse files

fixup! BB 32308: Use direct browser sizing for letterboxing.

TB 44535: Make --tabpanel-background-color transparent when letterboxing
is enabled.
parent 85619db9
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -80,13 +80,9 @@
    outline-width: var(--letterboxing-outline-width);
  }

  #tabbrowser-tabpanels {
    /* Override the --tabpanel-background-color.
     * Also, make sure this remains transparent, otherwise it will overlap the
     * parent's corner's border-radius due to it's "position: relative" rule. */
  /* Override the --tabpanel-background-color. */
  /* TODO: FIX this for newtab pages. tor-browser#44085 */
    background: transparent;
  }
  --tabpanel-background-color: transparent;

  /* stylelint-disable-next-line media-query-no-invalid */
  @media -moz-pref("sidebar.revamp") {