Merge pull request #556 from wanabe/tab-border-with-tmp
Erase border that appears with TMP (#528)
This commit is contained in:
commit
9e49b3ce5e
@ -49,3 +49,8 @@
|
|||||||
.tabbrowser-tabs[treestyletab-mode="vertical"] .tab-progress {
|
.tabbrowser-tabs[treestyletab-mode="vertical"] .tab-progress {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
||||||
|
#tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) {
|
||||||
|
background-image: none !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user