Skip to content

Instantly share code, notes, and snippets.

@2zqa
Created May 19, 2021 23:28
Show Gist options
  • Save 2zqa/889b2122f5acd9f9b7ccf77b14d17e7e to your computer and use it in GitHub Desktop.
Save 2zqa/889b2122f5acd9f9b7ccf77b14d17e7e to your computer and use it in GitHub Desktop.
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
display: none;
}
.tabbrowser-tab[class*="identity-color-"] .tab-background {
background: linear-gradient(var(--identity-tab-color) 2px, transparent 0);
}
.tabbrowser-tab[selected="true"][class*="identity-color-"] .tab-background {
background: linear-gradient(var(--identity-tab-color) 2px, var(--lwt-selected-tab-background-color) 0) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment