Created
May 19, 2021 23:28
-
-
Save 2zqa/889b2122f5acd9f9b7ccf77b14d17e7e to your computer and use it in GitHub Desktop.
Before and after: https://i.imgur.com/LsuJFZA.png
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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