Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Provide CSS example for removing notification dot from pinned tabs #3290

Closed
dekatzenel opened this issue Feb 9, 2023 · 3 comments

Comments

@dekatzenel
Copy link

dekatzenel commented Feb 9, 2023

Abstract

Steps to see the situation

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Pin a tab that gets updates that Firefox provides a background update notification dot for, such as Gmail
  4. Wait with any other tab open until update happens on website and dot appears below pinned icon

Expected result

Add examples to https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules to remove this dot, both for all pinned tabs and for specific pinned tabs, similar to how the various answers in https://support.mozilla.org/en-US/questions/1181537 do for Firefox's built in pinned tabs

Actual (present) result

No entry describing this change in https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules

Environment

  • Platform (OS): macOS Ventura 13.2
  • Version of Firefox: 109.0.1 (64-bit)
  • Version (or revision) of Tree Style Tab: 3.9.12
@irvinm
Copy link
Contributor

irvinm commented Feb 10, 2023

You can do this yourself by simply inspecting the tree information to find the element you want to change. I did that and this seems to do what you want.

tab-item.faviconized.unread:not(.active) tab-item-substance:not(:hover) tab-favicon::before {
	background-image: none;
}

Next time, you can try yourself: https://github.com/piroor/treestyletab/wiki/How-to-inspect-tree-of-tabs#how-to-inspect-the-sidebar

@piroor
Copy link
Owner

piroor commented Feb 13, 2023

@dekatzenel The wiki is editable for everyone. I hope it is maintained by people who use it.

@github-actions
Copy link

This issue has been closed due to no response within 7 days after labeled as "wontfix", 7 days after last reopened, and 7 days after last commented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants