morgan pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/themes/shared/tabbrowser/tabs.css
    ... ... @@ -1734,9 +1734,7 @@ tab-group {
    1734 1734
     /* about:firefoxview is disabled in Base Browser. See tor-browser#42037.
    
    1735 1735
      * Therefore we always hide #firefox-view-button, regardless of private
    
    1736 1736
      * browsing. Here we only want to draw the border if there is a non-hidden
    
    1737
    - * toolbar item before the tabs.
    
    1738
    - * NOTE: Expect merge conflict from bugzilla bug 1917595 and bug 1917599. In
    
    1739
    - * these cases we want to keep our selector as-is. */
    
    1737
    + * toolbar item before the tabs. */
    
    1740 1738
     :root :is(
    
    1741 1739
       toolbarbutton:not(#firefox-view-button),
    
    1742 1740
       toolbarpaletteitem:not(#wrapper-firefox-view-button)
    
    ... ... @@ -1747,9 +1745,7 @@ tab-group {
    1747 1745
     }
    
    1748 1746
     
    
    1749 1747
     /* about:firefoxview is disabled in Base Browser. Always hide the toolbar button
    
    1750
    - * and menu item regardless of private browsing. See tor-browser#42037.
    
    1751
    - * NOTE: Expect merge conflict from bugzilla bug 1903812 and bug 1917599. In
    
    1752
    - * these cases we want to keep our selector as-is. */
    
    1748
    + * and menu item regardless of private browsing. See tor-browser#42037. */
    
    1753 1749
     #firefox-view-button, #menu_openFirefoxView {
    
    1754 1750
       display: none;
    
    1755 1751
     }