Skip to content

Instantly share code, notes, and snippets.

@emabrey
Created August 11, 2021 05:45
Show Gist options
  • Save emabrey/b32cd4f6ac7fbe57bb672e1976e0b261 to your computer and use it in GitHub Desktop.
Save emabrey/b32cd4f6ac7fbe57bb672e1976e0b261 to your computer and use it in GitHub Desktop.
Return tab lines to Firefox 91
.tabbrowser-tab:not([selected=true]):not([multiselected=true]):not([beforeselected-visible="true"]) .tab-background {
border-right: 1px solid var(--lwt-background-tab-separator-color, rgba(0, 0, 0, .20)) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment