471888563e
* WIP Item Popover * Hide user on ItemSumarry to avoid infinite popovers * Introduce HoverablePopover * Delete itempopover & userpopover css * Fix excess bottom padding on the ItemPopover * Fix ItemSummary: Use text for itens that doesn't have a title * Handling #itemid/something links + Tweaks for rendering comment summary * refine hoverable popover --------- Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com> Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
9 lines
139 B
CSS
9 lines
139 B
CSS
.hoverablePopover {
|
|
border: 1px solid var(--theme-toolbarActive)
|
|
}
|
|
|
|
.hoverablePopBody {
|
|
font-weight: 500;
|
|
font-size: 0.9rem;
|
|
}
|