Skip to content

Commit

Permalink
tabbrowser: remove white outline from active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Apr 12, 2023
1 parent 00aeaa3 commit 7aba43e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions compact/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@
margin-inline-start: -1px !important;
}

.tabbrowser-tab::after,
.tabbrowser-tab::before {
border-inline-start: 1px solid var(--toolbarbutton-active-background);
}
.tabbrowser-tab::before {
margin-inline-start: -1px;
}
Expand Down
4 changes: 0 additions & 4 deletions normal/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@
margin-inline-start: -1px !important;
}

.tabbrowser-tab::after,
.tabbrowser-tab::before {
border-inline-start: 1px solid var(--toolbarbutton-active-background);
}
.tabbrowser-tab::before {
margin-inline-start: -1px;
}
Expand Down

0 comments on commit 7aba43e

Please sign in to comment.