Skip to content

Commit 9e49b3c

Browse files
committed
Merge pull request #556 from wanabe/tab-border-with-tmp
Erase border that appears with TMP (#528)
2 parents d045439 + 1d67911 commit 9e49b3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

skin/classic/treestyletab/tmp.css

+5
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@
4949
.tabbrowser-tabs[treestyletab-mode="vertical"] .tab-progress {
5050
margin-top: -2px;
5151
}
52+
53+
:root[treestyletab-enable-compatibility-tmp="true"]
54+
#tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) {
55+
background-image: none !important;
56+
}

0 commit comments

Comments
 (0)