Twisties couldn't be hidden by user preference (regression) ( https://github.com/piroor/treestyletab/issues/235 )

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-02-10 01:36:48 +09:00
parent db70b7f469
commit b885bb8f02

View File

@ -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;