Make tooltips hoverable

This commit is contained in:
Helen Chong 2024-07-05 18:17:22 +08:00
parent 6f4bcd628d
commit d56cbd34ab
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ p + .adoptables { margin-top: 1em; }
} }
.tipactivator:hover + .tooltip, .tipactivator:hover + .tooltip,
.tipactivator:focus + .tooltip { .tipactivator:focus + .tooltip,
.tooltip:hover {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
background-color: var(--clr-quote-bg); background-color: var(--clr-quote-bg);