縦タブの閉じるボタンを隠す

/* tabs not expanded - do not show the close icon */
#tabbrowser-tabs[orient=vertical]:not([expanded]) .tabbrowser-tab .tab-close-button {
display: none !important;
}