mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Need focus-within too
This commit is contained in:
parent
e19dcf7558
commit
5be052dd4d
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
content-visibility: auto;
|
||||
contain-intrinsic-size: auto 160px;
|
||||
}
|
||||
.timeline.contextual > li:is(:hover, :focus-visible) {
|
||||
.timeline.contextual > li:is(:hover, :focus-visible, :focus-within) {
|
||||
/* Needed to undo the overflow: hidden "effect" due to "content-visibility: auto" */
|
||||
content-visibility: visible !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue