Last active
August 9, 2019 15:22
-
-
Save carmoreira/65ef508d323b1570b259e07aa4ca0f48 to your computer and use it in GitHub Desktop.
hide empty tooltips - interactive world maps
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
| .iwm_map_canvas .google-visualization-tooltip { | |
| border:none; | |
| background:none; | |
| } | |
| .iwm_map_canvas .google-visualization-tooltip { | |
| margin:0 !important; | |
| padding:0 !important; | |
| } | |
| .iwm_map_canvas .google-visualization-tooltip-item:first-child { | |
| display:none; | |
| } | |
| .iwm_map_canvas li.google-visualization-tooltip-item:nth-child(2) { | |
| background:#ffffff !important; | |
| border:1px solid #CCC !important; | |
| padding:10px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment