Loading browser/themes/shared/tabbrowser/tabs.css +3 −8 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; } Loading Loading
browser/themes/shared/tabbrowser/tabs.css +3 −8 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; } Loading