Created
August 5, 2023 05:43
-
-
Save 0xc0392b/7c648875b13b736215f5082d831bbe75 to your computer and use it in GitHub Desktop.
Firefox userChrome style
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
/* Hide folder icons in bookmarks bar */ | |
toolbarbutton.bookmark-item[type="menu"] .toolbarbutton-icon { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment