Commit a2d3fc3a authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! BB 42037: Disable about:firefoxview page

TB 43726: Drop comments about resolved bugzilla issues.
parent e0d23fa8
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -1916,9 +1916,7 @@ tab-group {
/* about:firefoxview is disabled in Base Browser. See tor-browser#42037.
 * Therefore we always hide #firefox-view-button, regardless of private
 * browsing. Here we only want to draw the border if there is a non-hidden
 * toolbar item before the tabs.
 * NOTE: Expect merge conflict from bugzilla bug 1917595 and bug 1917599. In
 * these cases we want to keep our selector as-is. */
 * toolbar item before the tabs. */
:root :is(toolbarbutton:not(#firefox-view-button), toolbarpaletteitem:not(#wrapper-firefox-view-button)) ~ #tabbrowser-tabs {
  border-inline-start: var(--tabstrip-inner-border);
  padding-inline-start: 2px;
@@ -1926,11 +1924,8 @@ tab-group {
}

/* about:firefoxview is disabled in Base Browser. Always hide the toolbar button
 * and menu item regardless of private browsing. See tor-browser#42037.
 * NOTE: Expect merge conflict from bugzilla bug 1903812 and bug 1917599. In
 * these cases we want to keep our selector as-is. */
#firefox-view-button,
#menu_openFirefoxView {
 * and menu item regardless of private browsing. See tor-browser#42037. */
#firefox-view-button, #menu_openFirefoxView {
  display: none;
}