Created
November 7, 2018 01:26
-
-
Save mgeraci/8e41380e4097f9be4ac5b6da27115182 to your computer and use it in GitHub Desktop.
Hide the new tab dot on firefox pinned tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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