Skip to content

Commit

Permalink
Remove needless border to block fingerprinting #1249
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 10, 2017
1 parent 7a492bc commit b601787
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions skin/classic/treestyletab/ui-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,8 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position=

/* auto hide */

tabbrowser[treestyletab-tabbar-position="left"]
.treestyletab-tabbar-toggler {
border-right: 1px solid black;
}
tabbrowser[treestyletab-tabbar-position="right"]
.treestyletab-tabbar-toggler {
border-left: 1px solid black;
}
tabbrowser[treestyletab-tabbar-position="bottom"]
.treestyletab-tabbar-toggler {
border-top: 1px solid black;
}
tabbrowser:not([treestyletab-tabbar-position="top"])
.treestyletab-tabbar-toggler,
.treestyletab-tabbar-toolbar[treestyletab-tabbar-autohide]
#treestyletab-tabbar-resizer-box {
background: rgba(0, 0, 0, 0.25);
Expand Down

0 comments on commit b601787

Please sign in to comment.