Make tooltips hoverable

This commit is contained in:
Leilukin 2024-07-05 18:17:22 +08:00 committed by Helen Chong
parent 658ac6c4c3
commit 77350bf8db

View File

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