- Solved
- Archived
Can I disable the blue dot indicating that a pinned tab title has changed?
The previous question linked below addressed this problem, but the css suggested there (copied below) no longer seems to work. Is there an option that works with FF 69? T… (read more)
The previous question linked below addressed this problem, but the css suggested there (copied below) no longer seems to work. Is there an option that works with FF 69?
This is the previous question: https://support.mozilla.org/en-US/questions/1181537 The suggestion there doesn't seem to do anything for me: .tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged] {
background-image: none !important; }