Skip to content

Instantly share code, notes, and snippets.

@strayge
Created January 20, 2022 20:54
Show Gist options
  • Save strayge/fe4f5c815a41b70da746efec6cc55902 to your computer and use it in GitHub Desktop.
Save strayge/fe4f5c815a41b70da746efec6cc55902 to your computer and use it in GitHub Desktop.
vivaldi css fixes
/* disable white back glow on active favicons */
.tab-position .tab.active .tab-header .favicon {
filter: none !important;
}
/* hide new/restore buttons on tab list */
div.button-toolbar.toggle-trash,
div.button-toolbar.newtab {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment