Export of my own styles for the Stylus chrome extension.
Created
September 29, 2025 12:45
-
-
Save serpro69/e2fcc7672178eac2194a724a765b4150 to your computer and use it in GitHub Desktop.
Stylus Export
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 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