Twisties couldn't be hidden by user preference (regression) ( https://github.com/piroor/treestyletab/issues/235 )
This commit is contained in:
parent
db70b7f469
commit
b885bb8f02
@ -10,7 +10,7 @@
|
|||||||
.treestyletab-twisty {
|
.treestyletab-twisty {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-allow-subtree-collapse="true"]
|
.tabbrowser-tabs[treestyletab-allow-subtree-collapse="true"]:not([treestyletab-twisty-style="none"])
|
||||||
.tabbrowser-tab[treestyletab-children][treestyletab-allow-subtree-collapse="true"]
|
.tabbrowser-tab[treestyletab-children][treestyletab-allow-subtree-collapse="true"]
|
||||||
.treestyletab-twisty {
|
.treestyletab-twisty {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
Loading…
Reference in New Issue
Block a user