You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have had a user of my addon ask for a feature that would react to tabs created by TST itself, such as the "group-tab.html" page: joshuacant/tst-wheel_and_double#4
Undocumented but such dummy tabs already have a class group-tab. Moreover, all tabs have an attribute data-current-uri and you can use it for styling like .tab[data-current-uri^="https://"] .label { color: blue !important; }
Hi, I have had a user of my addon ask for a feature that would react to tabs created by TST itself, such as the "group-tab.html" page: joshuacant/tst-wheel_and_double#4
Could you add a new class to the states list (https://github.com/piroor/treestyletab/wiki/API-for-other-addons#get-tree-information) for these tabs, called something like "internal"? Then addons such as mine would know which tabs were placeholders, like group-tab.html, and react to them according to our needs.
The text was updated successfully, but these errors were encountered: