diff options
author | notoraptor <stevenbocco@gmail.com> | 2019-08-01 15:46:12 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-08-01 16:32:55 -0400 |
commit | 2595698a80c70b49e3976efed84dd983ac764e5d (patch) | |
tree | 9ac11096a6e7042e5569353b6cf0a9d13d62ab86 /diplomacy/maps/svg/pure.svg | |
parent | 528a3068dab32d98bb00a4560b49fb7a1bade53e (diff) |
Renamed CSS class 'invisible' to 'invisibleContent' to avoid name collision with bootstrap
Diffstat (limited to 'diplomacy/maps/svg/pure.svg')
-rw-r--r-- | diplomacy/maps/svg/pure.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/diplomacy/maps/svg/pure.svg b/diplomacy/maps/svg/pure.svg index 48a47d8..bedd677 100644 --- a/diplomacy/maps/svg/pure.svg +++ b/diplomacy/maps/svg/pure.svg @@ -118,7 +118,7 @@ /* invisible click rects fill:none does not work */
- .invisible {stroke:#000000; fill:#000000; fill-opacity:0.0; opacity:0.0}
+ .invisibleContent {stroke:#000000; fill:#000000; fill-opacity:0.0; opacity:0.0}
/* default region coloring, by power */
@@ -468,7 +468,7 @@ <g id="FullLabelLayer" class="labeltext" visibility="hidden"/>
<!-- Invisible shapes for click detection -->
- <g id="MouseLayer" class="invisible">
+ <g id="MouseLayer" class="invisibleContent">
<path id="vie" d="M497.619 142.283 L650.619 176.571 L774.287 275.519 L866.51 207.835 L497.619 30.1868 z"/>
<path id="lon" d="M774.287 275.519 L842.619 416.571 L842.619 574.899 L957.619 607.008 L866.51 207.835 z"/>
<path id="par" d="M842.619 574.899 L773.619 715.571 L651.158 814.983 L702.338 927.12 L957.619 607.008 z"/>
|