Skip to content

Instantly share code, notes, and snippets.

@serpro69
Created September 29, 2025 12:45
Show Gist options
  • Select an option

  • Save serpro69/e2fcc7672178eac2194a724a765b4150 to your computer and use it in GitHub Desktop.

Select an option

Save serpro69/e2fcc7672178eac2194a724a765b4150 to your computer and use it in GitHub Desktop.
Stylus Export

Export of my own styles for the Stylus chrome extension.

/* hide extremely annoying name tooltips in GCP Console "Manage Resources" page */
@-moz-document url-prefix("https://console.cloud.google.com/cloud-resource-manager") {
.cfc-tooltip-overlay-rich {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment