Skip to content

Instantly share code, notes, and snippets.

@autumn-mck
Created March 6, 2025 19:26
Show Gist options
  • Select an option

  • Save autumn-mck/e1cb74243f35ee829e5b692aeeeaa442 to your computer and use it in GitHub Desktop.

Select an option

Save autumn-mck/e1cb74243f35ee829e5b692aeeeaa442 to your computer and use it in GitHub Desktop.
Firefox userChrome to hide the on-hover "close tab" button when using vertical tabs
#tabbrowser-tabs[orient="vertical"] .tab-close-button {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment