Add a comment to remove the line that makes close-buttons always visible

This makes it more apparent that removing that one line makes pinned
tabs otherwise normal, but they don't have close-buttons.
This commit is contained in:
MrOtherGuy 2021-11-29 11:39:24 +02:00
parent 6bf1d1f530
commit 05ffcd19c3

View file

@ -25,7 +25,10 @@ See the above repository for updates as well as full license text. */
.tab-label-container[pinned]{ margin-inline-start: 8px } .tab-label-container[pinned]{ margin-inline-start: 8px }
.tab-icon-sound:is([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]), .tab-icon-sound:is([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]),
.tab-close-button{ display: -moz-box !important; }
.tab-icon-overlay{ display: none !important; } .tab-icon-overlay{ display: none !important; }
#tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]){ display: none !important; } #tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]){ display: none !important; }
/* Comment out or remove this if you want pinned tabs to never have close-button */
.tab-close-button{ display: -moz-box !important; }