theme-store/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/chrome.css
2025-03-10 21:15:56 +00:00

8 lines
239 B
CSS

@-moz-document url-prefix("chrome:") {
/* Hides the close button on pinned tabs */
:root #vertical-pinned-tabs-container .tab-close-button,
#main-window #vertical-pinned-tabs-container .tab-close-button {
display: none !important;
}
}