Remove blue line above tabs (#310)

Since Firefox 89.0 there are no longer blue lines under the tabs. I believe this is no longer necessary.
This commit is contained in:
Cleo Menezes Jr 2021-12-19 11:00:06 -03:00 committed by GitHub
parent 6d56bc2fb7
commit 6bb4aa0b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -280,11 +280,6 @@ tab[selected]:-moz-window-inactive {
margin-top: 0 !important; margin-top: 0 !important;
} }
/* Remove blue line above tabs */
.tab-line {
display: none;
}
/* Active tab */ /* Active tab */
.tab-background[selected=true] { .tab-background[selected=true] {
background-color: var(--gnome-tabbar-tab-active-background) !important; background-color: var(--gnome-tabbar-tab-active-background) !important;