Added pointer-events: none for state boundaries, updated translations

This commit is contained in:
2025-03-28 10:02:49 -05:00
parent bf453f9934
commit c15bd02c17
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
stroke: black; stroke: black;
fill: none; fill: none;
stroke-width: 0.5; stroke-width: 0.5;
pointer-events: none;
} }
.language { .language {
stroke: red; stroke: red;
@@ -77,6 +78,7 @@
fill: none; fill: none;
pointer-events: none; pointer-events: none;
} }
.language:hover { .language:hover {
stroke-width: 2; stroke-width: 2;
} }

Binary file not shown.