Skip to content

Instantly share code, notes, and snippets.

@mgeraci
Created November 7, 2018 01:26
Show Gist options
  • Select an option

  • Save mgeraci/8e41380e4097f9be4ac5b6da27115182 to your computer and use it in GitHub Desktop.

Select an option

Save mgeraci/8e41380e4097f9be4ac5b6da27115182 to your computer and use it in GitHub Desktop.
Hide the new tab dot on firefox pinned tabs
/* instructions on where to put this file: https://www.howtogeek.com/334716/how-to-customize-firefoxs-user-interface-with-userchrome.css/ */
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([visuallyselected="true"]) {
background-image: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment