web/web_timeline/static
Houzéfa Abbasbhay 98bc9851e6
[IMP] web_timeline: Overflow text, add hover colors
When an item label does not fit in its date-range box, overflow
according to
https://visjs.github.io/vis-timeline/examples/timeline/items/rangeOverflowItem.html

Previous CSS code was already trying to do that, but was selecting
`.vis-item.vis-item-content` instead of `.vis-item .vis-item-content`.

Displaying overflow text brings up layout issues solved by removing the
forced-100% width instruction.

This change also adds highlight when hovering a box, which is useful on
text that has overflown (as it has no borders).
2024-04-04 09:41:03 +02:00
..
description [BOT] post-merge updates 2024-04-02 14:54:41 +00:00
lib/vis-timeline [MIG] web_timeline: Migration to 16.0 2023-03-01 16:03:37 +01:00
src [IMP] web_timeline: Overflow text, add hover colors 2024-04-04 09:41:03 +02:00