Make tooltips hoverable
This commit is contained in:
parent
6f4bcd628d
commit
d56cbd34ab
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue