Last active
August 3, 2023 00:21
-
-
Save LC43/9d6c1a53f22b11cc2227a141fa626298 to your computer and use it in GitHub Desktop.
Selection of IGM CSS rules for elements in map
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
/* ## Tooltips */ | |
/* tooltip : https://gist.github.com/carmoreira/9452878cfb3646e166896b0dbacd9afd */ | |
.map_wrapper .imapsLabel foreignObject { | |
/* ## Markers */ | |
/* round marker border/stroke : https://gist.github.com/carmoreira/a537b03698209953055ce8c5f31c224e */ | |
.imapsCircle { | |
/* markers with colors : https://gist.github.com/carmoreira/a694ac63dcb0da95128dc53d2fa19368 */ | |
.imapsCircle-group[fill="#dd3333"] .imapsCircle { | |
/* image marker : https://gist.github.com/carmoreira/fb71792b1c06e6e2fc4b4e75da9a9a73 */ | |
g.imapsMapImage-group[style="cursor: pointer; outline: none;"] image { | |
/* cluster marker label */ | |
g.imapsMapImage .imapsSprite-group.imapsContainer-group.imapsLabel-group | |
/* ## Lines */ | |
/* Dashed Lines : https://gist.github.com/carmoreira/832f55a3b21f329749186649de06c4a0 */ | |
.imapsMapLine-group path { | |
/* ## Labels */ | |
/* auto labels : https://gist.github.com/carmoreira/574e1adf4f8192d118176ef542bec0ee */ | |
.map_wrapper .imapsLabel-group { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment