2021-03-21 10:58:39 +01:00
|
|
|
<!--
|
2021-04-13 11:02:41 +02:00
|
|
|
Copyright: Ankitects Pty Ltd and contributors
|
|
|
|
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
2021-03-21 10:58:39 +01:00
|
|
|
-->
|
2021-09-30 11:18:10 +02:00
|
|
|
<script lang="ts"></script>
|
|
|
|
|
|
|
|
<g class="hover-columns" />
|
|
|
|
|
2021-03-21 10:58:39 +01:00
|
|
|
<style lang="scss">
|
|
|
|
.hover-columns {
|
|
|
|
:global(rect) {
|
|
|
|
fill: none;
|
|
|
|
pointer-events: all;
|
2021-05-07 09:55:08 +02:00
|
|
|
}
|
2021-03-21 10:58:39 +01:00
|
|
|
|
2021-05-07 09:55:08 +02:00
|
|
|
:global(rect:hover) {
|
|
|
|
fill: grey;
|
2021-12-29 06:04:15 +01:00
|
|
|
opacity: 0.2;
|
2021-03-21 10:58:39 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|