mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-07 09:42:41 +00:00
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…
x
Reference in New Issue
Block a user