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:
parent
6bf1d1f530
commit
05ffcd19c3
1 changed files with 5 additions and 2 deletions
|
@ -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-icon-sound:is([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]),
|
||||
.tab-close-button{ display: -moz-box !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; }
|
||||
|
||||
/* Comment out or remove this if you want pinned tabs to never have close-button */
|
||||
.tab-close-button{ display: -moz-box !important; }
|
||||
|
|
Loading…
Reference in a new issue