mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
8 lines
239 B
CSS
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;
|
|
}
|
|
}
|