mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
FIX Graph Tooltip uses wrong font (#4193)
This commit is contained in:
parent
f4e587256c
commit
c56fd3ee28
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
font-family: inherit;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in a new issue