mirror of
https://github.com/ankitects/anki.git
synced 2025-11-21 20:17:12 -05:00
tweak hover css to work with latest js deps
This commit is contained in:
parent
3d8b7d943c
commit
9674860e2b
1 changed files with 4 additions and 4 deletions
|
|
@ -7,13 +7,13 @@ 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>
|
||||||
|
|
||||||
<g class="hover-columns" />
|
<g class="hover-columns" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue