mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04: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,11 +7,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
:global(rect) {
|
||||
fill: none;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
fill: grey;
|
||||
opacity: 0.05;
|
||||
}
|
||||
:global(rect:hover) {
|
||||
fill: grey;
|
||||
opacity: 0.05;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue