Closed Sada-Mio closed 3 years ago
Status of discarded tabs are now "unread"
Where? No this extension just uses the built-in API to perform discarding.
I use TreeStyleTab with a CSS profile that colors the tab "red" if it is "unread" state.
With Auto-tab-discard v0.4.7 discarded tabs turns "red", but rolling back to v0.4.6 discarded tabs are not "red"
The new "v0.4.7" prepends a Zzz
to the title of discarded tabs instead of graying out the favicons. Seems like TST finds a new title without the page being visited and considers this as a new unread tab. So you have two options
Zzz
indicator.tab-item:not(.discarded).unread .label-content {
color: red;
}
Removed the new "💤" prepend in ATD options. Don't need this as I already have TST change tab opacity for discarded tabs. Everything works again like it did in 0.4.6, thanks the help.
Changing CSS to
tab-item:not(.discarded).unread .label-content {
color: red;
}
0.4.7 will make all discarded tabs not be "red". Still want to see which tabs are unread even after discarded.
Status of discarded tabs are now "unread" is this an intentional change in Version 0.4.7?