Remove zapier icon on Front
ByUs - Front - Kev - Remove Zapier icon by KevinCassier
Details
AuthorKevinCassier
LicenseNo License
CategoryFront
Created
Updated
Size431 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ByUs - Front - Kev - Remove Zapier icon
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove zapier icon on Front
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://app.frontapp.com/") {
div[style*="https://app.frontapp.com/api/1/integration_types/zapier/public/icons/selected.svg"] {
background-image: none !important;
}
}