tweak hover css to work with latest js deps

This commit is contained in:
Damien Elmes 2021-05-07 17:55:08 +10:00
parent 3d8b7d943c
commit 9674860e2b

View file

@ -7,11 +7,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
:global(rect) { :global(rect) {
fill: none; fill: none;
pointer-events: all; pointer-events: all;
}
&:hover { :global(rect:hover) {
fill: grey; fill: grey;
opacity: 0.05; opacity: 0.05;
}
} }
} }
</style> </style>