HoverCard: Prevent floating avatars from intercepting with current card
This commit is contained in:
parent
feec86718d
commit
4197e8e833
1 changed files with 12 additions and 0 deletions
|
@ -98,3 +98,15 @@
|
||||||
left: 80px;
|
left: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Prevent floating avatars from intercepting with current card */
|
||||||
|
.status,
|
||||||
|
.detailed-status {
|
||||||
|
.floating-link {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover .floating-link {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue